{*+********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.1 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. ************************************************************************************} {$FOLDER->name()}
{strip} {/strip}
« {'LBL_Go_Back'|@getTranslatedString}    {$MAIL->subject()} {if $MAIL->msgno() < $FOLDER->count()} {/if} {if $MAIL->msgno() > 1} {/if}
         
{'LBL_RELATED_RECORDS'|@getTranslatedString}
{if $MAIL->to()} {/if} {if $MAIL->cc()} {/if} {if $MAIL->bcc()} {/if} {if $MAIL->attachments(false)} {/if}
{'LBL_FROM'|@getTranslatedString}: {foreach item=SENDER from=$MAIL->from()} {$SENDER} {/foreach}
{'LBL_TO'|@getTranslatedString}: {foreach item=RECEPIENT from=$MAIL->to() name="TO"} {if $smarty.foreach.TO.index > 0}, {/if}{$RECEPIENT} {/foreach}
{'LBL_CC'|@getTranslatedString}: {foreach item=CC from=$MAIL->cc() name="CC"} {if $smarty.foreach.CC.index > 0}, {/if}{$CC} {/foreach}
{'LBL_BCC'|@getTranslatedString}: {foreach item=BCC from=$MAIL->bcc() name="BCC"} {if $smarty.foreach.BCC.index > 0}, {/if}{$BCC} {/foreach}
{'LBL_Date'|@getTranslatedString}: {$MAIL->date()}
{'LBL_Attachments'|@getTranslatedString}: {foreach item=ATTACHVALUE key=ATTACHNAME from=$MAIL->attachments(false) name="attach"} {$ATTACHNAME}   {/foreach}
{$MAIL->body()}