{% extends 'base.html.twig' %} {% block body %} {% block title %}Welcome!{% endblock %} {% block stylesheets %}{% endblock %} {% block javascripts %}{% endblock %}

LISTE DES INTERVENTIONS Ajouter



{% for i in pInterventions %} {% else %} {% endfor %}
Identifiant Nom du professtionnel Nom de l'instrument Date de début Date de fin Descriptif Prix quotité Action
{{ i.id }} {{ i.professionnel.nom }} {{ i.instrument.typeInstrument.libelle }} {{ i.dateDebut|date("m/d/Y") }} {{ i.dateFin|date("m/d/Y") }} {{ i.descriptif }} {{ i.prix }} {{ i.quotite }} Modifier Supprimer
Aucune intervention n'a été trouvé.
{% endblock %}