$deExternalAccountStatements */ ?>
= $this->Paginator->sort('external_account_number') ?> | = $this->Paginator->sort('statement_date') ?> | = $this->Paginator->sort('closing_balance') ?> | = $this->Paginator->sort('total_credit') ?> | = $this->Paginator->sort('total_debit') ?> | = __('Actions') ?> |
---|---|---|---|---|---|
= h($deExternalAccountStatement->external_account_number) ?> | = h($deExternalAccountStatement->statement_date) ?> | = $this->Number->format($deExternalAccountStatement->closing_balance) ?> | = $this->Number->format($deExternalAccountStatement->total_credit) ?> | = $this->Number->format($deExternalAccountStatement->total_debit) ?> | = $this->Html->link(__('View'), ['action' => 'view', $deExternalAccountStatement->external_account_number]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $deExternalAccountStatement->external_account_number]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $deExternalAccountStatement->external_account_number], ['confirm' => __('Are you sure you want to delete # {0}?', $deExternalAccountStatement->external_account_number)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>