{if $show_mail_list == true}

{$txt_you_have_got_mail}

{foreach from=$mail_list item=item} {/foreach}
{$txt_show}{if $allow_delete_email == 'Y'}

{$txt_delete}{/if}
{$txt_mail_from} {$item.frontend_from}
{$txt_mail_subject} {$item.frontend_subject}
{$txt_mail_excerpt} {$item.frontend_text}
 
{else}
{$txt_no_emails} {if $automatic_email_check == 'Y'} ({$txt_automatic_check_activated}) {/if}
{/if}