{include file="header.html"} {include file="data/ui.html"}
{$lng.messages.message_history}
{foreach from=$messages_array item=v}
{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}, #{$v.msg_id} {else} (#{$v.msg_id}) {$lng.messages.to}: {if $v.to}{$v.to_contact_name}, {$v.to_email}{else}{$v.to_email}{/if} {$lng.messages.on}: {$v.date_nice} {/if}

{$v.message}

{if $v.ad_id}{$lng.messages.started_for_listing}: {$v.title}{/if} {if $v.to == $crt_usr} {/if}
{/foreach}
{* end p10 *} {include file="footer.html"}