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

Instruments


Liste des instruments

{% for instrument in pInstruments %} {% else %} {% endfor %}
Type de Série Marque Type d'Instrument Classe d'Instrument Actions
{{ instrument.numSerie }} {{ instrument.marque.libelle }} {{ instrument.TypeInstrument.libelle }} {{ instrument.TypeInstrument.ClasseInstrument.libelle }}
Aucun instrument n'a été trouvé.
{% if app.request.query.get('search') is not null %}

Revenir à la liste complète

{% endif %}
{% endblock %} {% block footer %} {{ parent() }} {% endblock %}