Liste des emprunts ('.$nbEmprunts.')'; ?>
Paginator->sort('id', 'N°') ?> Paginator->sort('materiel_id', 'Matériel') ?> Paginator->sort('numero_laboratoire', 'N° interne (labo)') ?> Paginator->sort('emprunt_interne', 'Type') ?> Paginator->sort('date_emprunt' ,'Date emprunt') ?> Paginator->sort('date_retour_emprunt', 'Date retour') ?> Paginator->sort('nom_emprunteur', 'Emprunteur') ?> Paginator->sort('site_id', 'Lieu stockage') ?>
nom_createur, $emprunt->nom_emprunteur])) || (in_array($role, ['Responsable', 'Administration', 'Administration Plus', 'Super Administrateur']))) { ?> Html->link(__(''), ['action' => 'edit', $emprunt->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> Form->postLink(__(''), ['action' => 'delete', $emprunt->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $emprunt->id)]) ?> Html->link('Emprunt '.$this->Number->format($emprunt->id), ['action' => 'view', $emprunt->id])?> has('materiel') ? $this->Html->link($emprunt->materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $emprunt->materiel->id]) : '' ?> has('materiel') ? h($emprunt->materiel->numero_laboratoire) : '' ?> emprunt_interne) == '1') { echo 'Interne'; } else { echo 'Externe'; } ?> date_emprunt) ?> date_retour_emprunt) ?> nom_emprunteur) ?> emprunt_interne) == '1') { echo h($emprunt->site->nom).' - '.h($emprunt->e_lieu_detail); } else { echo h($emprunt->laboratoire); } ?>
element('pagination'); ?>
element('menu') ?>