$deExternalAccounts */ ?>
= $this->Paginator->sort('external_account_number') ?> | = $this->Paginator->sort('entity_type_code') ?> | = $this->Paginator->sort('created') ?> | = $this->Paginator->sort('related_model') ?> | = $this->Paginator->sort('related_model_fk') ?> | = __('Actions') ?> |
---|---|---|---|---|---|
= h($deExternalAccount->external_account_number) ?> | = h($deExternalAccount->entity_type_code) ?> | = h($deExternalAccount->created) ?> | = h($deExternalAccount->related_model) ?> | = $deExternalAccount->related_model_fk === null ? '' : $this->Number->format($deExternalAccount->related_model_fk) ?> | = $this->Html->link(__('View'), ['action' => 'view', $deExternalAccount->external_account_number]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $deExternalAccount->external_account_number]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $deExternalAccount->external_account_number], ['confirm' => __('Are you sure you want to delete # {0}?', $deExternalAccount->external_account_number)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>