$deAccountTemplates */ ?>
= $this->Paginator->sort('id') ?> | = $this->Paginator->sort('name') ?> | = $this->Paginator->sort('deleted') ?> | = __('Actions') ?> |
---|---|---|---|
= $this->Number->format($deAccountTemplate->id) ?> | = h($deAccountTemplate->name) ?> | = h($deAccountTemplate->deleted) ?> | = $this->Html->link(__('View'), ['action' => 'view', $deAccountTemplate->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $deAccountTemplate->id]) ?> = $this->Form->postLink(__('Import'), [ 'action' => 'select', $deAccountTemplate->id, ], [ 'confirm' => __('Are you sure you want to import Accounts from Accounts Template "{0}"?', $deAccountTemplate->name), ]); ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $deAccountTemplate->id], ['confirm' => __('Are you sure you want to delete # {0}?', $deAccountTemplate->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>