{$umReplyForm}
{if $umHavePrevious eq 1}
::
{/if}
{if $umHaveNext eq 1}
::
{/if}
::
::
::
::
::
|
{section name=i loop=$umFromList}
{$umFromList[i].name|default:#no_sender_text#|escape:"html"}
{/section}
|
{section name=i loop=$umTOList}{if $firstto eq "no"};{/if} {$umTOList[i].name|escape:"html"}{assign var="firstto" value="no"}{sectionelse} {#no_recipient_text#}{/section}
|
{if $umHaveCC}
{section name=i loop=$umCCList}{if $firstcc eq "no"};{/if} {$umCCList[i].name|escape:"html"}{assign var="firstcc" value="no"}{/section}
|
{/if}
{$umSubject|default:#no_subject_text#|truncate:100:"...":true|escape:"html"} |
{$umDate|date_format:#date_format#} |
{if $umHaveAttachments}
|
{/if}
|