{include file="header.html"} {include file="ui.html"} {include file="fancybox.html"}

{$lng.useraccount.messages}

{include file="paginator.html"}
{$lng.general.check_all} | {$lng.general.uncheck_all}  
{literal} {/literal} {foreach from=$messages_array item=v} {/foreach} {if $no_messages==0} {/if}
{$lng.listings.id} {$lng.general.action}
#{$v.msg_id}

{if $v.from==$crt_usr}{else}{/if}
{if $v.from!=$crt_usr}

{$lng.messages.from}: {if $v.from}{$v.contact_name}, {$v.email}{else}{$v.from_email}{/if} {$lng.messages.on}: {$v.date_nice}

{else}

{$lng.messages.to}: {if $v.to}{$v.contact_name_to}, {$v.email_to}{else}{$v.to_email}{/if} {$lng.messages.on}: {$v.date_nice}

{/if}

{$v.message|truncate:400:"...":false}

{if $v.ad_id}
{$lng.messages.started_for_listing}: {$v.title}
{/if}
{$lng.messages.view_complete_message}
{if $v.starting}{/if}
Delete {if $v.to == $crt_usr} Reply {/if} {if $v.to == $crt_usr && $v.report==0} Report {/if} {if $v.to == $crt_usr && $v.report==1}{/if}
{$lng.messages.no_messages}
{$lng.general.show} {$lng.general.on_a_page}
{include file="footer.html"}