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

Paginator->sort('id') ?> Paginator->sort('de_journal_id') ?> Paginator->sort('user_id') ?> Paginator->sort('created') ?>
Number->format($deJournalEntry->id) ?> hasValue('de_journal') ? $this->Html->link($deJournalEntry->de_journal->name, ['controller' => 'DeJournals', 'action' => 'view', $deJournalEntry->de_journal->id]) : '' ?> hasValue('user') ? $this->Html->link($deJournalEntry->user->first_name, ['controller' => 'Users', 'action' => 'view', $deJournalEntry->user->id]) : '' ?> created) ?> Html->link(__('View'), ['action' => 'view', $deJournalEntry->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $deJournalEntry->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $deJournalEntry->id], ['confirm' => __('Are you sure you want to delete # {0}?', $deJournalEntry->id)]) ?>

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