{% block title %}{{ 'e-Music : Consulter mon profil' }}{% endblock %} {% extends 'base.html.twig' %} {% block stylesheets %}{% endblock %} {% block body %}
{% for i in pInstruments %} {% else %} {% endfor %}
Intitulé Type de l'instrument Marque
{{ i.intitule }} {{ i.typeIntrument.libelle }} {{i.marque.libelle}}
Aucun instrument n'a été trouvé.
{% endblock %} {% block footer %}{% endblock %}