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

Paginator->sort('id') ?> Paginator->sort('name') ?> Paginator->sort('short_code') ?> Paginator->sort('default_account_number_credit') ?> Paginator->sort('default_account_number_debit') ?> Paginator->sort('de_journal_type_code') ?>
Number->format($deJournal->id) ?> name) ?> short_code) ?> default_account_number_credit === null ? '' : $this->Number->format($deJournal->default_account_number_credit) ?> default_account_number_debit === null ? '' : $this->Number->format($deJournal->default_account_number_debit) ?> de_journal_type_code) ?> Html->link(__('View'), ['action' => 'view', $deJournal->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $deJournal->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $deJournal->id], ['confirm' => __('Are you sure you want to delete # {0}?', $deJournal->id)]) ?>

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