{% extends 'base.html.twig' %} {% block title %}Liste des interventions - Emusic{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}

Liste des interventions

{% for i in iInterventions %} {% else %} {% endfor %}
Descriptif Instrument Date de début Prix Actions
{{ i.descriptif|length > 50 ? i.descriptif|slice(0, 50) ~ '...' : i.descriptif }} {{ i.instrument.typeInstrument.libelle }} {{ i.dateDebut|date('d/m/Y') }} {{ i.prix }} €

Aucune intervention n'a été trouvée.

Ajouter une intervention
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}