{strip}
{if $smarty.session.flash}
{if $smarty.session.flash.info}
{foreach from=$smarty.session.flash.info item=msg}
- {$msg}
{/foreach}
{/if}
{if $smarty.session.flash.error}
{foreach from=$smarty.session.flash.error item=msg}
- {$msg}
{/foreach}
{/if}
{/if}
{/strip}