{% block stylesheets %}{% endblock %}
{% include 'header.html' %} {% include 'footer.html' %} {% block body %}{% endblock %} {% block javascripts %}{% endblock %}
Liste des instruments :
Id
Nom
{% for i in typeInstrument.instruments %}
{{ i.id }}
{{ i.nom }}
{% else %}
Aucun instrument n'a été trouvé.
{% endfor %}
{% if is_granted('ROLE_ADMIN') %}
Ajouter
{% endif %}