{$form.title}

{if $notices}
{foreach item=noticeMsg from=$notices}
{$noticeMsg}
{/foreach}
{/if} {if $errors}

Errors

{foreach item=errMsg key=itemName from=$errors}
{$itemName}, {$errMsg}
{/foreach}
{literal}{/literal} {/if}
{if $dataPanel.username.label}
{$dataPanel.username.element}
{$dataPanel.password.element}
{/if}
{if $actionPanel}
{foreach item=elem from=$actionPanel} {$elem.element} {/foreach}
{/if}