{extends ../../../Core/Templates/Layout} {block content} {!$form['open']}
{loop $form['fieldsets'] as $legend => $fieldset}
{if substr($legend, -5) === '-edit'}
{/if} {loop $fieldset as $element} {if $element['type'] === 'preview'} {{$preview_url = $element['value']}} {else}
{if $element['type'] === 'checkbox'}
{else} {if $element['label'][0] !== '!'} {/if}
{if $element['type'] === 'textarea'} {elseif $element['type'] === 'select'} {else} 1}multiple{/if}> {/if} {if $element['error'] !== NULL}

{$element['error']}

{/if} {if $element['note'] !== NULL}

{!$element['note']}

{/if}
{/if}
{/if} {/loop} {if $legend === 'Prílohy'} {loop $attachments as $attachment} {/loop}
Súbor Veľkosť  
{$attachment['file']} {$attachment['size']|bytes}
{/if} {if substr($legend, -5) === '-edit' and $newsletter['id'] !== null}
{/if}
{/loop}
{loop $form['buttons'] as $button} {/loop}
{!$form['close']} {/block}