{extends file="views/layout.tpl"} {block name="content"}
{* Affichage des erreurs *} {if $arrError|count > 0}
{foreach from=$arrError item=strError}

{$strError}

{/foreach}
{/if}

{/block}