{foreach from=$message item=item}
{$item}
{/foreach}
{if $show_address == true}

{$txt_current_address}

{else}
{if $allow_set_email == 'Y'} ({$txt_random_email_address}){/if}
{if $allow_set_email == 'Y'}
{$txt_or}
{if $form.setemailaddressintern.error} {$form.setemailaddressintern.error}
{/if} {$form.setemail.html} {$form.setemailaddress.html} @ {$email_address_host_name}
{/if} {/if} {if $show_mail_list == true}

{$txt_you_have_got_mail}

{foreach from=$mail_list item=item} {/foreach}
{$txt_show} {$txt_mail_from} {$item.frontend_from}
{$txt_mail_subject} {$item.frontend_subject}
{$txt_mail_excerpt} {$item.frontend_text}
 
{/if} {if $show_reply_form == true}

{$txt_reply}

{$reply.hidden}
{if $reply.text.error} {$reply.text.error}
{/if} {$reply.text.html}
{call_module trigger="frontend_comment_form"}
{$reply.save.html}
{/if} {if $show_mail_details == true}

{$txt_mail_list}

{$txt_mail_from} {$frontend_from}
{$txt_date} {$frontend_date}, {$frontend_time}
{$txt_mail_subject} {$frontend_subject}
{$frontend_text}
{if $show_reply_form != true}

{$txt_reply}

{/if} {/if} {if $show_address == true}

{$txt_address_expiration_note}: {$minutes_left} {$txt_minute_abbr}

{if $debug_mode}
{/if} {/if} {if $show_mail_details != true and $show_reply_form != true}

 

{call_module trigger="frontend_content_footer" data="$page_data"}

 

{/if}