{% block stylesheets %}{% endblock %} {% include 'header.html' %} {% include 'footer.html' %} {% block body %}{% endblock %} {% block javascripts %}{% endblock %}
Liste des instruments :


{% for i in typeInstrument.instruments %} {% else %} {% endfor %}
Id Nom
{{ i.id }} {{ i.nom }}
Aucun instrument n'a été trouvé.
{% if is_granted('ROLE_ADMIN') %} Ajouter {% endif %}