{% extends 'base.html.twig' %} {% block title %}Consulter une intervention !{% endblock %} {% block stylesheets %}{% endblock %} {% block header %}Mon superbe menu{% endblock %} {% block body %}
LISTE DES INTERVENTIONS
{% for i in pinterventions %} {% endfor %}
Professionnel Instrument Date Description Prix Modifier
{{ i.professionnel.nom}} {{ i.professionnel.prenom}} {{ i.instrument.nom}} {{ i.instrument.numSerie}} Du {{ i.dateDebut|date('d/m/Y') }} au {{ i.dateFin|date('d/m/Y') }} {{ i.descriptif}} {{ i.prix}}
{% endblock %} {% block javascripts %}{% endblock %}