{if isset($errors) && $errors}

{if $errors|@count > 1}{l s='There are'}{else}{l s='There is'}{/if} {$errors|@count} {if $errors|@count > 1}{l s='errors'}{else}{l s='error'}{/if} :

    {foreach from=$errors key=k item=error}
  1. {$error}
  2. {/foreach}

« {l s='Back'}

{/if}