{config_load file=$umLanguageFile section="Readmsg"} {if $webmailTitle}{$webmailTitle} - {/if} {literal} {/literal}

{$umSubject} 

{if $umHaveCC eq 1} {/if} {if $umHaveAttachments eq 1} {/if}
{#from_hea#} {section name=i loop=$umFromList}"{$umFromList[i].name|default:#no_sender_text#|escape:"html"}" <{$umFromList[i].mail|default:#no_sender_text#|escape:"html"}>{/section}
{#to_hea#} {section name=i loop=$umTOList} {if $umTOList[i].name neq $umTOList[i].mail}"{$umTOList[i].name|escape:"html"}" {/if}<{$umTOList[i].mail|escape:"html"}> {sectionelse} {#no_recipient_text#} {/section}
{#cc_hea#} {section name=i loop=$umCCList} {if $umCCList[i].name neq $umCCList[i].mail}"{$umCCList[i].name|escape:"html"}" {/if}<{$umCCList[i].mail|escape:"html"}> {/section}
{#date_hea#} {$umDate|date_format:#date_format#}
{#attach_hea#} {section name=i loop=$umAttachList}{$umAttachList[i].name|escape:"html"}  {/section}
{#subject_hea#} {$umSubject|default:#no_subject_text#|truncate:100:"...":true|escape:"html"}
{$umMessageBody}