= $this->Paginator->sort('id') ?> | = $this->Paginator->sort('nom') ?> | = __('Actions') ?> |
---|---|---|
= $this->Number->format($organisme->id) ?> | = h($organisme->nom) ?> | = $this->Html->link(__('View'), ['action' => 'view', $organisme->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $organisme->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $organisme->id], ['confirm' => __('Are you sure you want to delete # {0}?', $organisme->id)]) ?> |
= $this->Paginator->counter() ?>