{% extends 'base.html.twig' %} {% block title %}Consulter un cours!{% endblock %} {% block stylesheets %}{% endblock %} {% block header %}Mon superbe menu{% endblock %} {% block body %}
Nom : | {{instruments.nom}} | |
N°Serie : | {{instruments.numSerie}} |
{% set photo = 'img/instrument/' ~ instruments.cheminImage ~ '.jpg' %}
|
Prix d'achat : | {{instruments.prixAchat}} € | |
Utilisation : | {{instruments.utilisation}} | |
Marque : | {{instruments.marque.libelle}} | |
Type : | {{instruments.typeInstrument.libelle}} | |
Couleur(s) : |
|
|
Accessoire(s) | ||
---|---|---|
{{ accessoire.libelle }} |
Date de début : | Date de fin : | Description : | Prix : |
---|---|---|---|
{{ intervention.dateDebut|date("d/m/Y") }} | {{ intervention.dateFin|date("d/m/Y") }} | {{ intervention.descriptif }} | {{ intervention.prix }} € |