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