{% block title %}{{ 'e-Music : Consulter mon profil' }}{% endblock %} {% extends 'base.html.twig' %} {% block stylesheets %}{% endblock %} {% block extraMenu %} {% include 'admin/menu.html.twig' %} {% endblock %} {% block body %}
{% for i in pListerInstruments %} {% endfor %}
Instrument Marque Prix d'achat
{{ i.typeIntrument.libelle }} {{i.marque.libelle}} {{i.prixAchat}}€
{% endblock %} {% block footer %}{% endblock %}