Liste des types de suivis'; ?>
Paginator->sort('nom', 'Nom') ?>
Html->link(__(''), ['action' => 'edit', $typeSuivi->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> Form->postLink(__(''), ['action' => 'delete', $typeSuivi->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $typeSuivi->id)]) ?> Html->link($typeSuivi->nom, ['action' => 'view', $typeSuivi->id]) ?>
element('pagination'); ?>
element('menu') ?> element('menu_index', [ 'pluralHumanName' => 'Types suivis', 'singularHumanName' => 'Type suivi' ]) ?>