Current path: home/webdevt/www/schtroumpf.fr/var/cache/dev/smarty/compile/21/aa/72/
?? Go up: /home/webdevt/www/schtroumpf.fr/var/cache/dev/smarty/compile/21/aa
<?php
/* Smarty version 4.3.1, created on 2024-01-06 00:46:32
from '/home/webdevt/www/schtroumpf.fr/themes/stomp/templates/_partials/form-fields.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '4.3.1',
'unifunc' => 'content_659894d8aec066_86722530',
'has_nocache_code' => false,
'file_dependency' =>
array (
'21aa7293c2c53d96de074090b6186723321f6062' =>
array (
0 => '/home/webdevt/www/schtroumpf.fr/themes/stomp/templates/_partials/form-fields.tpl',
1 => 1702566466,
2 => 'file',
),
),
'includes' =>
array (
'file:_partials/form-errors.tpl' => 1,
),
),false)) {
function content_659894d8aec066_86722530 (Smarty_Internal_Template $_smarty_tpl) {
$_smarty_tpl->_loadInheritance();
$_smarty_tpl->inheritance->init($_smarty_tpl, false);
if ($_smarty_tpl->tpl_vars['field']->value['type'] == 'hidden') {?>
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_935743672659894d8ab57b2_89771015', 'form_field_item_hidden');
?>
<?php } else { ?>
<div class="form-group row <?php if (($_smarty_tpl->tpl_vars['field']->value['type'] === 'radio-buttons')) {?> form-group-radio <?php }?> <?php if (!empty($_smarty_tpl->tpl_vars['field']->value['errors'])) {?>has-error<?php }?> <?php if ((isset($_smarty_tpl->tpl_vars['field']->value['availableValues']['comment']))) {?>form-group-with-comment<?php }?>">
<label class="col-md-3 form-control-label<?php if ($_smarty_tpl->tpl_vars['field']->value['required']) {?> required<?php }?>">
<?php if ($_smarty_tpl->tpl_vars['field']->value['type'] !== 'checkbox') {?>
<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['label'], ENT_QUOTES, 'UTF-8');?>
<?php }?>
</label>
<div class="col-md-6<?php if (($_smarty_tpl->tpl_vars['field']->value['type'] === 'radio-buttons')) {?> form-control-valign<?php }?>">
<?php if ($_smarty_tpl->tpl_vars['field']->value['type'] === 'select') {?>
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_436529176659894d8abb553_83815776', 'form_field_item_select');
?>
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] === 'countrySelect') {?>
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1921184618659894d8abf697_84302639', 'form_field_item_country');
?>
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] === 'radio-buttons') {?>
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1286777949659894d8ac3273_71961692', 'form_field_item_radio');
?>
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] === 'checkbox') {?>
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_621213676659894d8ac6a40_27640473', 'form_field_item_checkbox');
?>
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] === 'date') {?>
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_24041768659894d8ac9367_35033309', 'form_field_item_date');
?>
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] === 'birthday') {?>
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_314498073659894d8acd7e7_79868315', 'form_field_item_birthday');
?>
<?php } elseif ($_smarty_tpl->tpl_vars['field']->value['type'] === 'password') {?>
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1260572511659894d8adae04_53149253', 'form_field_item_password');
?>
<?php } else { ?>
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_2103616734659894d8ae0bd4_78104257', 'form_field_item_other');
?>
<?php }?>
<?php if ((!$_smarty_tpl->tpl_vars['field']->value['required'] && $_smarty_tpl->tpl_vars['field']->value['type'] != 'password' && !in_array($_smarty_tpl->tpl_vars['field']->value['type'],array('radio-buttons','checkbox')))) {?>
<span class="form-control-comment">
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1269367288659894d8ae9f72_04571588', 'form_field_comment');
?>
</span>
<?php }?>
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1651628658659894d8aeadb9_67356797', 'form_field_errors');
?>
</div>
</div>
<?php }
}
/* {block 'form_field_item_hidden'} */
class Block_935743672659894d8ab57b2_89771015 extends Smarty_Internal_Block
{
public $subBlocks = array (
'form_field_item_hidden' =>
array (
0 => 'Block_935743672659894d8ab57b2_89771015',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<input type="hidden" name="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['name'], ENT_QUOTES, 'UTF-8');?>
" value="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['value'], ENT_QUOTES, 'UTF-8');?>
">
<?php
}
}
/* {/block 'form_field_item_hidden'} */
/* {block 'form_field_item_select'} */
class Block_436529176659894d8abb553_83815776 extends Smarty_Internal_Block
{
public $subBlocks = array (
'form_field_item_select' =>
array (
0 => 'Block_436529176659894d8abb553_83815776',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<select class="form-control form-control-select" name="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['name'], ENT_QUOTES, 'UTF-8');?>
" <?php if ($_smarty_tpl->tpl_vars['field']->value['required']) {?>required<?php }?>>
<option value disabled selected><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'-- please choose --','d'=>'Shop.Forms.Labels'),$_smarty_tpl ) );?>
</option>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['field']->value['availableValues'], 'label', false, 'value');
$_smarty_tpl->tpl_vars['label']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['value']->value => $_smarty_tpl->tpl_vars['label']->value) {
$_smarty_tpl->tpl_vars['label']->do_else = false;
?>
<option value="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['value']->value, ENT_QUOTES, 'UTF-8');?>
" <?php if ($_smarty_tpl->tpl_vars['value']->value == $_smarty_tpl->tpl_vars['field']->value['value']) {?> selected <?php }?>><?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['label']->value, ENT_QUOTES, 'UTF-8');?>
</option>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
</select>
<?php
}
}
/* {/block 'form_field_item_select'} */
/* {block 'form_field_item_country'} */
class Block_1921184618659894d8abf697_84302639 extends Smarty_Internal_Block
{
public $subBlocks = array (
'form_field_item_country' =>
array (
0 => 'Block_1921184618659894d8abf697_84302639',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<select
class="form-control form-control-select js-country"
name="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['name'], ENT_QUOTES, 'UTF-8');?>
"
<?php if ($_smarty_tpl->tpl_vars['field']->value['required']) {?>required<?php }?>
>
<option value disabled selected><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'-- please choose --','d'=>'Shop.Forms.Labels'),$_smarty_tpl ) );?>
</option>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['field']->value['availableValues'], 'label', false, 'value');
$_smarty_tpl->tpl_vars['label']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['value']->value => $_smarty_tpl->tpl_vars['label']->value) {
$_smarty_tpl->tpl_vars['label']->do_else = false;
?>
<option value="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['value']->value, ENT_QUOTES, 'UTF-8');?>
" <?php if ($_smarty_tpl->tpl_vars['value']->value == $_smarty_tpl->tpl_vars['field']->value['value']) {?> selected <?php }?>><?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['label']->value, ENT_QUOTES, 'UTF-8');?>
</option>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
</select>
<?php
}
}
/* {/block 'form_field_item_country'} */
/* {block 'form_field_item_radio'} */
class Block_1286777949659894d8ac3273_71961692 extends Smarty_Internal_Block
{
public $subBlocks = array (
'form_field_item_radio' =>
array (
0 => 'Block_1286777949659894d8ac3273_71961692',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['field']->value['availableValues'], 'label', false, 'value');
$_smarty_tpl->tpl_vars['label']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['value']->value => $_smarty_tpl->tpl_vars['label']->value) {
$_smarty_tpl->tpl_vars['label']->do_else = false;
?>
<label class="radio-inline">
<span class="custom-radio">
<input
name="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['name'], ENT_QUOTES, 'UTF-8');?>
"
type="radio"
value="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['value']->value, ENT_QUOTES, 'UTF-8');?>
"
<?php if ($_smarty_tpl->tpl_vars['field']->value['required']) {?>required<?php }?>
<?php if ($_smarty_tpl->tpl_vars['value']->value == $_smarty_tpl->tpl_vars['field']->value['value']) {?> checked <?php }?>
>
<span></span>
</span>
<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['label']->value, ENT_QUOTES, 'UTF-8');?>
</label>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
<?php
}
}
/* {/block 'form_field_item_radio'} */
/* {block 'form_field_item_checkbox'} */
class Block_621213676659894d8ac6a40_27640473 extends Smarty_Internal_Block
{
public $subBlocks = array (
'form_field_item_checkbox' =>
array (
0 => 'Block_621213676659894d8ac6a40_27640473',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<span class="custom-checkbox">
<label>
<input name="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['name'], ENT_QUOTES, 'UTF-8');?>
" type="checkbox" value="1" <?php if ($_smarty_tpl->tpl_vars['field']->value['value']) {?>checked="checked"<?php }?> <?php if ($_smarty_tpl->tpl_vars['field']->value['required']) {?>required<?php }?>>
<span><i class="material-icons rtl-no-flip checkbox-checked">
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="14px" height="10px">
<path fill-rule="evenodd" fill="rgb(57, 181, 208)"
d="M12.149,-0.000 L14.000,1.761 L5.339,10.000 L0.000,4.921 L1.851,3.160 L5.339,6.478 L12.149,-0.000 Z"/>
</svg>
</i></span>
<p class="custom-checkbox-label"><?php echo $_smarty_tpl->tpl_vars['field']->value['label'];?>
</p>
</label>
</span>
<?php
}
}
/* {/block 'form_field_item_checkbox'} */
/* {block 'form_field_item_date'} */
class Block_24041768659894d8ac9367_35033309 extends Smarty_Internal_Block
{
public $subBlocks = array (
'form_field_item_date' =>
array (
0 => 'Block_24041768659894d8ac9367_35033309',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<input name="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['name'], ENT_QUOTES, 'UTF-8');?>
" class="form-control <?php if ((isset($_smarty_tpl->tpl_vars['field']->value['availableValues']['comment']))) {?>form-control-padding<?php }?>" type="date" value="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['value'], ENT_QUOTES, 'UTF-8');?>
" placeholder="<?php if ((isset($_smarty_tpl->tpl_vars['field']->value['availableValues']['placeholder']))) {
echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['availableValues']['placeholder'], ENT_QUOTES, 'UTF-8');
}?>">
<?php if ((isset($_smarty_tpl->tpl_vars['field']->value['availableValues']['comment']))) {?>
<span class="form-control-comment">
<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['availableValues']['comment'], ENT_QUOTES, 'UTF-8');?>
</span>
<?php }?>
<?php
}
}
/* {/block 'form_field_item_date'} */
/* {block 'form_field_item_birthday'} */
class Block_314498073659894d8acd7e7_79868315 extends Smarty_Internal_Block
{
public $subBlocks = array (
'form_field_item_birthday' =>
array (
0 => 'Block_314498073659894d8acd7e7_79868315',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
$_smarty_tpl->_checkPlugins(array(0=>array('file'=>'/home/webdevt/www/schtroumpf.fr/vendor/smarty/smarty/libs/plugins/function.html_select_date.php','function'=>'smarty_function_html_select_date',),));
?>
<div class="js-parent-focus">
<?php ob_start();
echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['value'], ENT_QUOTES, 'UTF-8');
$_prefixVariable1 = ob_get_clean();
ob_start();
echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['name'], ENT_QUOTES, 'UTF-8');
$_prefixVariable2 = ob_get_clean();
ob_start();
echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'-- day --','d'=>'Shop.Forms.Labels'),$_smarty_tpl ) );
$_prefixVariable3 = ob_get_clean();
ob_start();
echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'-- month --','d'=>'Shop.Forms.Labels'),$_smarty_tpl ) );
$_prefixVariable4 = ob_get_clean();
ob_start();
echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'-- year --','d'=>'Shop.Forms.Labels'),$_smarty_tpl ) );
$_prefixVariable5 = ob_get_clean();
ob_start();
echo htmlspecialchars((string) call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'date' ][ 0 ], array( 'Y' )), ENT_QUOTES, 'UTF-8');
$_prefixVariable6 = ob_get_clean();
ob_start();
echo htmlspecialchars((string) call_user_func_array($_smarty_tpl->registered_plugins[ 'modifier' ][ 'date' ][ 0 ], array( 'Y' )), ENT_QUOTES, 'UTF-8');
$_prefixVariable7 = ob_get_clean();
echo smarty_function_html_select_date(array('field_order'=>'DMY','time'=>$_prefixVariable1,'field_array'=>$_prefixVariable2,'prefix'=>false,'reverse_years'=>true,'field_separator'=>'<br>','day_extra'=>'class="form-control form-control-select"','month_extra'=>'class="form-control form-control-select"','year_extra'=>'class="form-control form-control-select"','day_empty'=>$_prefixVariable3,'month_empty'=>$_prefixVariable4,'year_empty'=>$_prefixVariable5,'start_year'=>$_prefixVariable6-100,'end_year'=>$_prefixVariable7),$_smarty_tpl);?>
</div>
<?php
}
}
/* {/block 'form_field_item_birthday'} */
/* {block 'form_field_comment'} */
class Block_596373084659894d8adf7b9_11877743 extends Smarty_Internal_Block
{
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'optional','d'=>'Shop.Forms.Labels'),$_smarty_tpl ) );?>
<?php
}
}
/* {/block 'form_field_comment'} */
/* {block 'form_field_item_password'} */
class Block_1260572511659894d8adae04_53149253 extends Smarty_Internal_Block
{
public $subBlocks = array (
'form_field_item_password' =>
array (
0 => 'Block_1260572511659894d8adae04_53149253',
),
'form_field_comment' =>
array (
0 => 'Block_596373084659894d8adf7b9_11877743',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<div class="input-group js-parent-focus">
<input
class="form-control js-child-focus js-visible-password <?php if ((!$_smarty_tpl->tpl_vars['field']->value['required'] && !in_array($_smarty_tpl->tpl_vars['field']->value['type'],array('radio-buttons','checkbox')))) {?>form-control-padding<?php }?>"
name="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['name'], ENT_QUOTES, 'UTF-8');?>
"
type="password"
value=""
pattern=".{5,}"
<?php if ($_smarty_tpl->tpl_vars['field']->value['required']) {?>required<?php }?>
placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Password','d'=>'Shop.Forms.Labels'),$_smarty_tpl ) );?>
"
>
<span class="input-group-btn">
<button
class="btn"
type="button"
data-action="show-password"
data-text-show=""
data-text-hide=""
>
</button>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="23px" height="13px">
<path fill-rule="evenodd" fill="rgb(125, 125, 125)"
d="M11.090,0.000 C6.888,0.000 3.077,2.280 0.266,5.982 C0.036,6.286 0.036,6.710 0.266,7.013 C3.077,10.720 6.888,13.000 11.090,13.000 C15.292,13.000 19.102,10.720 21.914,7.017 C22.144,6.714 22.144,6.290 21.914,5.987 C19.102,2.280 15.292,0.000 11.090,0.000 ZM11.391,11.077 C8.602,11.251 6.299,8.972 6.474,6.201 C6.618,3.917 8.485,2.066 10.789,1.923 C13.578,1.749 15.881,4.028 15.706,6.799 C15.557,9.079 13.690,10.930 11.391,11.077 ZM11.252,8.963 C9.749,9.056 8.508,7.829 8.606,6.339 C8.683,5.108 9.691,4.113 10.932,4.033 C12.435,3.939 13.677,5.166 13.578,6.656 C13.497,7.892 12.489,8.887 11.252,8.963 Z"/>
</svg>
<?php if ((!$_smarty_tpl->tpl_vars['field']->value['required'] && !in_array($_smarty_tpl->tpl_vars['field']->value['type'],array('radio-buttons','checkbox')))) {?>
<span class="form-control-comment">
<?php
$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_596373084659894d8adf7b9_11877743', 'form_field_comment', $this->tplIndex);
?>
</span>
<?php }?>
</span>
</div>
<?php
}
}
/* {/block 'form_field_item_password'} */
/* {block 'form_field_item_other'} */
class Block_2103616734659894d8ae0bd4_78104257 extends Smarty_Internal_Block
{
public $subBlocks = array (
'form_field_item_other' =>
array (
0 => 'Block_2103616734659894d8ae0bd4_78104257',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<input
class="form-control <?php if ((!$_smarty_tpl->tpl_vars['field']->value['required'] && $_smarty_tpl->tpl_vars['field']->value['type'] != 'password' && !in_array($_smarty_tpl->tpl_vars['field']->value['type'],array('radio-buttons','checkbox')))) {?>form-control-padding<?php }?>"
name="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['name'], ENT_QUOTES, 'UTF-8');?>
"
type="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['type'], ENT_QUOTES, 'UTF-8');?>
"
value="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['value'], ENT_QUOTES, 'UTF-8');?>
"
<?php if ($_smarty_tpl->tpl_vars['field']->value['type'] == 'email') {?>
placeholder="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Email','d'=>'Shop.Forms.Labels'),$_smarty_tpl ) );?>
"
<?php } else { ?>
placeholder=" "
<?php }?>
<?php if ((isset($_smarty_tpl->tpl_vars['field']->value['availableValues']['placeholder']))) {?>placeholder="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['availableValues']['placeholder'], ENT_QUOTES, 'UTF-8');?>
"<?php }?>
<?php if ($_smarty_tpl->tpl_vars['field']->value['maxLength']) {?>maxlength="<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['maxLength'], ENT_QUOTES, 'UTF-8');?>
"<?php }?>
<?php if ($_smarty_tpl->tpl_vars['field']->value['required']) {?>required<?php }?>
>
<?php if ((isset($_smarty_tpl->tpl_vars['field']->value['availableValues']['comment']))) {?>
<div class="form-control-static-comment">
<?php echo htmlspecialchars((string) $_smarty_tpl->tpl_vars['field']->value['availableValues']['comment'], ENT_QUOTES, 'UTF-8');?>
</div>
<?php }?>
<?php
}
}
/* {/block 'form_field_item_other'} */
/* {block 'form_field_comment'} */
class Block_1269367288659894d8ae9f72_04571588 extends Smarty_Internal_Block
{
public $subBlocks = array (
'form_field_comment' =>
array (
0 => 'Block_1269367288659894d8ae9f72_04571588',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'optional','d'=>'Shop.Forms.Labels'),$_smarty_tpl ) );?>
<?php
}
}
/* {/block 'form_field_comment'} */
/* {block 'form_field_errors'} */
class Block_1651628658659894d8aeadb9_67356797 extends Smarty_Internal_Block
{
public $subBlocks = array (
'form_field_errors' =>
array (
0 => 'Block_1651628658659894d8aeadb9_67356797',
),
);
public function callBlock(Smarty_Internal_Template $_smarty_tpl) {
?>
<?php $_smarty_tpl->_subTemplateRender('file:_partials/form-errors.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('errors'=>$_smarty_tpl->tpl_vars['field']->value['errors']), 0, false);
?>
<?php
}
}
/* {/block 'form_field_errors'} */
}