{* This file is included into any admin type pages when there are errors to report. *}
{if !$errtitle} {if !$errors.fatal} <#You have errors in your input#>

{/if} {else} {$errtitle}

{/if} {foreach from=$errors item='e'} {$e}
{/foreach}