{{ block("header", "header.html.twig") }} {% block body %}
INSTRUMENT n°{{instrument.id}}
Id: {{instrument.id}} image
Intitule: {{instrument.intitule}} {% set photo = 'img/instrument/'~ instrument.id ~'.jpg' %} {{ instrument.intitule }}
Prix d'achat: {{instrument.prixachat}}
Date d'achat: {{instrument.dateachat|date("d/m/Y")}}
Utilisation: {{instrument.utilisation}}
Marque: {{instrument.marque.nom}}
Couleur: {{instrument.couleur.libelle}}
Etat actuel: {{instrument.etat.libelle}}
Type de l'instrument: {{instrument.typeInstrument.libelle}}
{% if is_granted ('ROLE_ADMIN') %} {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %}
Accessoires
{% if instrument.accessoires|length > 0 %} {% for a in instrument.accessoires %} {% endfor %}
Libelle Etat
{{a.libelle}} {{a.etat.libelle}}
{% else %} Aucun accessoire n'a été trouvé. {% endif %}
{% endblock %} {{ block("footer", "footer.html.twig") }}