= $account->account_type_code ?> |
= $indent . $account->account_number ?> |
= $indent . h($account->name) ?> |
= $totals && array_key_exists('balance', $totals) ? $this->Number->format($totals['balance']) : 0; ?>
|
= $this->Html->link(__('View'), ['action' => 'view', $account->account_number]) ?>
|
children as $child) : ?>
= $this->element('DeAccounts/row', [
'account' => $child,
'nestLevel' => $nestLevel,
'totals' => array_key_exists($child->account_number, $totals['children']) ? $totals['children'][$child->account_number] : [],
]); ?>