{% extends 'base.html.twig' %} {% block title %}Consulter un instrument{% endblock %} {% block body %}
Nom : | {{instrument.type.libelle}} : {{instrument.Nom}} | {% set photo = 'img/' ~ instrument.type.libelle ~ '.jpg' %} |
Marque : | {{instrument.marque.libelle}} | |
numéro de série : | {{instrument.numSerie}} | |
Date d'achat : | {{instrument.dateAchat|date("d/m/Y")}} | |
Prix d'achat : | {{instrument.prixAchat}} € | |
Utilisation : | {{instrument.utilisation}} | |
Couleurs : | {% for couleur in instrument.couleurs %}{{ couleur.nom | default('N/A') }} | {% endfor %}
DATE DE DEBUT |
DATE DE FIN |
PROFESSIONNEL | DESCRIPTIF | PRIX | {% if is_granted('ROLE_ADMIN') %}ACTION | {% endif %}
{{ intervention.dateDebut|date("d/m/Y") }} | {{ intervention.dateFin|date("d/m/Y") }} | {{ intervention.professionnel.nom }} {{ intervention.professionnel.numRue }} {{ intervention.professionnel.rue }} {{ intervention.professionnel.copos }} {{ intervention.professionnel.ville }} |
{{ intervention.descriptif }} | {{ intervention.prix }} € | {% if is_granted('ROLE_ADMIN') %}✏️ | {% endif %}
Aucune intervention n'a été trouvé. |