Id : | {{instrument.id}} |
Intitulé : | {{instrument.intitule}} |
Date d'achat : | {{instrument.dateAchat|date("d/m/Y")}} |
Prix d'achat : | {{instrument.prixAchat}} |
Numéro de série : | {{instrument.numeroDeSerie}} |
Couleur : | {{instrument.couleur}} |
Utilisation : | {{instrument.utilisation}} |
Type : | {{instrument.typeInstrument.libelle}} |
Modèle : | {{instrument.modele.libelle}} |
Marque : | {{instrument.marque.libelle}} |
N° | Date début | Date fin | Professionnel | Travaux effectués | Prix |
{{ i.id }} | {{ i.dateDebut|date("d/m/Y") }} | {{ i.dateFin|date("d/m/Y") }} | {{ i.professionnel.nom}} | {{ i.travauxEffectues }} | {{ i.prix }} |
Elève | Date début | Date fin | N° intervention suite à un prêt | Quotité famille | {% for p in instrument.prets %}
{{ p.eleve.nom }} | {{ p.dateDebut|date("d/m/Y") }} | {{ p.dateFin|date("d/m/Y") }} | {% for n in p.interprets %}
{{ n.id}} {% endfor %} | {% for n in p.interprets %}
{{ n.quotite}}% {% endfor %} |
{% endfor %}