{% block stylesheets %}{% endblock %} {% include 'header.html' %} {% include 'footer.html' %} {% block body %}{% endblock %} {% block javascripts %}{% endblock %}
PAGE DE CONSULTATION DES INTERVENTIONS

# Instrument dateDebut dateFin Descriptif prix
{{intervention.id}} {{intervention.instrument.nom}} {{intervention.datedebut|date("d/n/Y")}} {{intervention.datefin|date("d/n/Y")}} {{intervention.descriptif}} {{intervention.prix}}
{% if is_granted('ROLE_ADMIN') %} Modifier Supprimer {% endif %}