{if $show_from} {/if} {if $show_to} {/if} {if $mode =='inbox'} {/if} {section name=msg loop=$user_msgs} {if $show_from} {/if} {if $show_to} {/if} {if $mode =='inbox'} {/if} {sectionelse} {lang code='you_dont_hv_any_pm'} {/section}
{lang code='from'}{lang code='to'}{lang code='subject'} {lang code='date_sent'} {lang code='date_added'}{lang code='Reply'}
{$user_msgs[msg].message_from_user} {$to_id = $user_msgs[msg].message_to} {$trimed_to = str_replace('#','', $to_id)} {ucfirst(get_username($trimed_to))} {$user_msgs[msg].message_subject|truncate:70} {$user_msgs[msg].date_added}{lang code=' Reply '}
{if $pr_msg !=''}
{lang code='from'} : {$pr_msg.username} - {$pr_msg.date_added|date_format:"%A, %B %e, %Y %I:%M %p"}
{lang code='To'} : {$to_id = $pr_msg.message_to} {$trimed_to = str_replace('#','', $to_id)} {ucfirst(get_username($trimed_to))}
{lang code='Subject'} : {$pr_msg.message_subject}
{private_message pm=$pr_msg}
{/if}