name) ?>

account_number, $totals) && array_key_exists('balance', $totals[$deAccount->account_number]) ? $this->Number->format($totals[$deAccount->account_number]['balance']) : 0; ?>
hasValue('parent_de_account')) : ?>
hasValue('parent_de_account') ? $this->Html->link($deAccount->parent_de_account->name, [ 'controller' => 'DeAccounts', 'action' => 'view', $deAccount->parent_de_account->id, ]) : '' ?>
hasValue('de_account_type') ? $this->Html->link($deAccount->de_account_type->name, ['controller' => 'DeAccountTypes', 'action' => 'view', $deAccount->de_account_type->account_type_code]) : '' ?>
name) ?>
account_number ?>
account_limit === null ? '' : $this->Number->format($deAccount->account_limit) ?>
can_credit ? __('Yes') : __('No'); ?>
can_debit ? __('Yes') : __('No'); ?>