Html->link(__('Nouveau Projet'), ['action' => 'add']) ?>

$lab_website_url) echo "=> $type_projet sur le site web du laboratoire
"; echo "
"; } ?>
Paginator->sort('nom') ?> Paginator->sort('GroupesThematiques.nom', 'Groupe thématique') ?> Paginator->sort('ChefSciences.nom', 'Responsable scientifique') ?> Paginator->sort('ChefProjets.nom', 'Chef de projet') ?> Paginator->sort('date_start', 'Date début') ?> Paginator->sort('date_stop', 'Date fin') ?>
Html->link(__(''), ['action' => 'edit', $projet->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]); //if (in_array($role, ['Super Administrateur'])) echo $this->Form->postLink(__(''), ['action' => 'delete', $projet->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $projet->id)]); ?> Html->link($projet->nom, ['action' => 'view', $projet->id]) ?> has('groupes_thematique') ? $this->Html->link($projet->groupes_thematique->nom, ['controller' => 'GroupesThematiques', 'action' => 'view', $projet->groupes_thematique_id]) : '' ?> has('chef_science_id') ? $this->Html->link($projet->chef_science->nom, ['controller' => 'Users', 'action' => 'view', $projet->chef_science_id]) : '' ?> has('chef_projet_id') ? $this->Html->link($projet->chef_projet->nom, ['controller' => 'Users', 'action' => 'view', $projet->chef_projet_id]) : '' ?> date_start) ?> date_stop) ?>

Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>