{**} {if !$_e.hidden} {if $_e.type == 'section'} {if $_e.errors} {/if} {/if} {if $_e.type != 'section' && $_e.break} {/if} {if $_e.type == 'text' || $_e.type == 'password' || !$_e.type} {/if} {if $_e.type == 'textarea'} {/if} {if $_e.type == 'select'} {/if} {if $_e.type == 'checkbox'} {/if} {if $_e.type == 'custom'} {include file='edit-table/custom-'|cat:$_e.template|cat:'.html'} {/if} {if $_e.type == 'section'} {$_e.content}
{$_e.title}
 
 
  {foreach item=_eErr from=$_e.errors} {$_eErr}
{/foreach}
 
  {if $_e.freezed} {$_e.value|escape} {else} {/if}
 {$_e.content}
 {$_e.content}
  {if $_e.old}{/if} {if $_e.indent}{/if} 
 
 
{/if} {/if}