$deAccountStatements */ ?>
= $this->Paginator->sort('account_number') ?> | = $this->Paginator->sort('statement_date') ?> | = $this->Paginator->sort('closing_balance') ?> | = __('Actions') ?> |
---|---|---|---|
= $deAccountStatement->hasValue('de_account') ? $this->Html->link($deAccountStatement->de_account->name, ['controller' => 'DeAccounts', 'action' => 'view', $deAccountStatement->de_account->id]) : '' ?> | = h($deAccountStatement->statement_date) ?> | = $this->Number->format($deAccountStatement->closing_balance) ?> | = $this->Html->link(__('View'), ['action' => 'view', $deAccountStatement->account_number]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $deAccountStatement->account_number]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $deAccountStatement->account_number], ['confirm' => __('Are you sure you want to delete # {0}?', $deAccountStatement->account_number)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>