$deAccounts */ ?>
Html->link(__('Use Account Templates'), [ 'plugin' => 'CakeAccounting', 'controller' => 'DeAccountTemplates', 'action' => 'index' ], ['class' => 'button float-right']) ?> Html->link(__('New De Account'), ['action' => 'add'], ['class' => 'button float-right']) ?>

element('DeAccounts/row', [ 'account' => $deAccount, 'totals' => array_key_exists($deAccount->account_number, $totals) ? $totals[$deAccount->account_number] : [], ]); ?>