{* $Id$ *} {title help="accounting"} {$book.bookName}: {if $action=="new"}{tr}Create new account{/tr}{else}{tr}Edit Account{/tr}{/if} {$account.accountId} {$account.accountName} {/title}
{ticket}
{tr}Account properties{/tr}
{if $action=='new'} {$label = "{tr}Create account{/tr}"} {else} {$label = "{tr}Modify account{/tr}"} {/if} {if $account.changeable==1 && $action=="edit"} {/if} {button href="tiki-accounting.php?bookId=$bookId" _text="{tr}Back to book page{/tr}"}
{if isset($journal)}
{include file='tiki-accounting_journal.tpl'}
{/if}