$deAccountStatements */ ?>
Html->link(__('New De Account Statement'), ['action' => 'add'], ['class' => 'button float-right']) ?>

Paginator->sort('account_number') ?> Paginator->sort('statement_date') ?> Paginator->sort('closing_balance') ?>
hasValue('de_account') ? $this->Html->link($deAccountStatement->de_account->name, ['controller' => 'DeAccounts', 'action' => 'view', $deAccountStatement->de_account->id]) : '' ?> statement_date) ?> Number->format($deAccountStatement->closing_balance) ?> Html->link(__('View'), ['action' => 'view', $deAccountStatement->account_number]) ?> Html->link(__('Edit'), ['action' => 'edit', $deAccountStatement->account_number]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $deAccountStatement->account_number], ['confirm' => __('Are you sure you want to delete # {0}?', $deAccountStatement->account_number)]) ?>

Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>