{% extends 'base.html.twig' %} {% block title %}Instrument Lister !{% endblock %} {% block body %}
Type | Classe | N°Serie | Achat | Utilisation | {% if is_granted('ROLE_ADMIN') %}Contrat de prêt | {% endif %} {% if is_granted('ROLE_ADMIN') %}Intervention | {% endif %}Action |
---|---|---|---|---|---|---|---|
Type | Classe | N°Serie | Achat | Utilisation | {% if is_granted('ROLE_ADMIN') %}Contrat de prêt | {% endif %} {% if is_granted('ROLE_ADMIN') %}Intervention | {% endif %}Action |
{{ i.instrument.type.libelle }} | {{ i.instrument.type.classe.libelle }} | {{ i.instrument.numSerie}} | {{ i.instrument.dateAchat|date('d/m/Y')}} | {{ i.instrument.utilisation}} | {% if is_granted('ROLE_ADMIN') %}Voir l'historique | {% endif %} {% if is_granted('ROLE_ADMIN') %}Voir l'historique | {% endif %}{% if is_granted('ROLE_ADMIN') %} ✏️ {% endif %} 👁️ | {% else %}
Aucun instrument n'a été trouvé. | |||||||
{{ i.type.libelle }} | {{ i.type.classe.libelle }} | {{ i.numSerie}} | {{ i.dateAchat|date('d/m/Y')}} | {{ i.utilisation}} | {% if is_granted('ROLE_ADMIN') %}Voir l'historique | {% endif %} {% if is_granted('ROLE_ADMIN') %}Voir l'historique | {% endif %}{% if is_granted('ROLE_ADMIN') %} ✏️ {% endif %} 👁️ | {% else %}
Aucun instrument n'a été trouvé. |