{extends ../../../Core/Templates/Layout} {block content}
Modul | {$email['module']} | |
---|---|---|
Dátum a čas odoslania | {$email['date_time']|datetime} | |
Od | {if empty($email['name_from']) === true}{$email['from']} | {else}{$email['name_from']} <{$email['from']}> | {/if}
Komu | {if empty($email['name_to']) === true}{$email['to']} | {else}{$email['name_to']} <{$email['to']}> | {/if}
Kópia (CC) |
{{implode(' ', $email['cc'])}} |
|
Kópia (BCC) |
{{implode(' ', $email['bcc'])}} |
|
Predmet | {$email['subject']} | |
Správa (TEXT) | {$email['message']} |
|
Správa (HTML) | ||
Chyba |
{if $email['error'] == true}
Áno {/if} {if empty($email['error_message']) === false} {/if} |