{% extends 'base.html.twig' %} {% block title %}Liste des instruments {% endblock %} {% block body %}
Numéro de Série | Type d'Instrument | Actions | ||||||
---|---|---|---|---|---|---|---|---|
{{ i.numSerie }} | {% if i.typeinstrument is not null %} {{ i.typeinstrument.libelle }} {% else %} Non défini {% endif %} | Consulter {% if is_granted('ROLE_GEST') %} Modifier {% endif %} {% if is_granted('ROLE_ADMIN') %} Supprimer {% endif %} | ||||||
Aucun instrument n'a été trouvé. |