{ $block->display("core:top_clean") } { $method->exe("account_memo","view") } { if ($method->result == FALSE) } { $block->display("core:method_error") } {else} {literal} {/literal} {foreach from=$account_memo item=account_memo} {if $form_validation} { $block->display("core:alert_fields") } {/if}
{translate module=account_memo}title_view{/translate}
{translate module=account_memo} field_date_orig {/translate} {$list->date_time($account_memo.date_orig)}
{translate module=account_memo} field_staff_id {/translate} {if $account_memo.staff_id == '0'} {translate module=account_memo} system {/translate} {else} {html_select_account name="account_memo_staff_id" default=$account_memo.staff_id} {/if}
{translate module=account_memo} field_memo {/translate} {$account_memo.memo|nl2br}
 
{/foreach}
{translate module=account_memo} title_add {/translate} {/if}