{% block stylesheets %}{% endblock %}
{% include 'header.html' %} {% include 'footer.html' %} {% block body %}{% endblock %} {% block javascripts %}{% endblock %}Id | Nom | Numéro de série | Date d'achat | prix d'achat | utilisation | Image | Marque | Couleur | Accessoire | Contrat pret |
{{instrument.id}} | {{instrument.nom}} | {{instrument.numeroserie}} | {{instrument.dateachat|date("d/n/Y")}} | {{instrument.prixachat}} | {{instrument.utilisation}} | {{instrument.cheminimage}} | {{instrument.marque.libelle}} | {% for instrument in instrument.getCouleur() %} {{instrument.nom}}{% endfor %} | {% for e in instrument.accessoire %}{{e.libelle}} | {% endfor %} {% for e in instrument.contratPrets %}{{e.id}} | {% endfor %}