Liste des sites'; ?>
Paginator->sort('nom', 'Nom') ?>
Html->link($site->nom, ['action' => 'view', $site->id]) ?> Html->link(__(''), ['action' => 'view', $site->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> Html->link(__(''), ['action' => 'edit', $site->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> Form->postLink(__(''), ['action' => 'delete', $site->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $site->id)]) ?>

Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>

Paginator->prev('< ' . __(''), ['class' => 'prev disabled']) ?> Paginator->numbers(['separator' => '']) ?> Paginator->next(__('') . ' >', ['class' => 'next disabled']) ?>
element('menu') ?> element('menu_index', [ 'pluralHumanName' => 'Sites', 'singularHumanName' => 'Site' ]) ?>