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

Paginator->sort('id') ?> Paginator->sort('name') ?> Paginator->sort('deleted') ?>
Number->format($deAccountTemplate->id) ?> name) ?> deleted) ?> Html->link(__('View'), ['action' => 'view', $deAccountTemplate->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $deAccountTemplate->id]) ?> Form->postLink(__('Import'), [ 'action' => 'select', $deAccountTemplate->id, ], [ 'confirm' => __('Are you sure you want to import Accounts from Accounts Template "{0}"?', $deAccountTemplate->name), ]); ?> Form->postLink(__('Delete'), ['action' => 'delete', $deAccountTemplate->id], ['confirm' => __('Are you sure you want to delete # {0}?', $deAccountTemplate->id)]) ?>

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