{% extends 'base.html.twig' %} {% block title %}Consulter un instrument!{% endblock %} {% block stylesheets %}{% endblock %} {% block header %}Mon superbe menu{% endblock %} {% block body %}
N° Serie | Nom | Date d'achat | Prix d'achat | Utilisation | Marque | Type | {% if is_granted('ROLE_GEST') or is_granted('ROLE_ADMIN') %}Consulter | Modifier | {% endif %}
---|---|---|---|---|---|---|---|---|
{{ instruments.numSerie }} | {{ instruments.nom }} | {{ instruments.dateAchat|date('d/m/Y') }} | {{ instruments.prixAchat }} € | {{ instruments.utilisation}} | {{ instruments.marque.libelle}} | {{ instruments.typeInstrument.libelle}} | {% if is_granted('ROLE_GEST') or is_granted('ROLE_ADMIN') %} | {% endif %} |