{ $method->exe("email_log","view") } { if ($method->result == FALSE) } { $block->display("core:method_error") } {else} {literal} {/literal} {foreach from=$email_log item=email_log} {if $form_validation} { $block->display("core:alert_fields") } {/if}
{translate module=email_log}title_view{/translate}
{translate module=email_log} field_account_id {/translate} {html_select_account name="email_log_account_id" default=$email_log.account_id}
{translate module=email_log} field_date_orig {/translate} {$list->date_time($email_log.date_orig)}
{translate module=email_log} field_email {/translate} {$email_log.email}
{translate module=email_log} field_subject {/translate} {$email_log.subject}
{translate module=email_log} field_message {/translate}
 
{/foreach} {/if}