{% extends 'base.html.twig' %} {% block title %}Liste des instruments - Emusic{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}

Liste des instruments

{% for instrument in pInstruments %} {% else %} {% endfor %}
Image Détails Actions
{{ instrument.typeInstrument.libelle }}
Numéro de série : {{ instrument.numSerie }}
Type : {{ instrument.typeInstrument.libelle }}
Couleur : {{ instrument.couleur }}
Date d'achat : {{ instrument.dateAchat|date('d/m/Y') }}

Aucun instrument trouvé.

Ajouter un instrument
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}