{% extends 'base.html.twig' %} {% block title %}Interventions{% endblock %} {% block body %}
Date Debut | Date Fin | Prix | Description | Professionnel | Action |
---|---|---|---|---|---|
Date Debut | Date Fin | Prix | Description | Professionnel | Action |
{{ i.dateDebut|date('d/m/Y')}} | {{ i.dateFin|date('d/m/Y')}} | {{ i.prix}} | {{ i.descriptif}} | {{ i.professionnel ? i.professionnel.nom : 'N/A' }} | {% if is_granted('ROLE_ADMIN') %} ✏️ {% endif %} 👁️ | {% else %}
Aucune intervention n'a été trouvée. |