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

Paginator->sort('ledger_id') ?> Paginator->sort('submitted_at') ?> Paginator->sort('transaction_type_code') ?> Paginator->sort('de_code') ?> Paginator->sort('account_number') ?>
hasValue('de_transaction') ? $this->Html->link($deAccountTransaction->de_transaction->ledger_transaction_type_code, ['controller' => 'DeTransactions', 'action' => 'view', $deAccountTransaction->de_transaction->ledger_id]) : '' ?> submitted_at) ?> transaction_type_code) ?> de_code) ?> account_number) ?> Html->link(__('View'), ['action' => 'view', $deAccountTransaction->ledger_id]) ?> Html->link(__('Edit'), ['action' => 'edit', $deAccountTransaction->ledger_id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $deAccountTransaction->ledger_id], ['confirm' => __('Are you sure you want to delete # {0}?', $deAccountTransaction->ledger_id)]) ?>

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