{% extends 'base.html.twig' %} {% block head %} {{ parent() }} {% endblock %} {% block header %} {{ parent() }} {% endblock %} {% block body %}

Types Instruments

Consultation du type d'instrument {{ typeInstrument.libelle }}

ID : {{ typeInstrument.id }}
Libellé : {{ typeInstrument.libelle }}
Classe Instrument : {{ typeInstrument.classeInstrument.libelle }}
Instruments utilisant ce type :
{% for instrument in typeInstrument.instruments %} {% endfor %}
ID de l'Instrument : Nom de l'Instrument :
{{ instrument.id }} {{ instrument.numSerie }}
Retour à la liste des types d'instruments
{% endblock %}