{% extends 'base.html.twig' %} {% block body %}

Liste {{ block('title') }}

{% if new_path is defined%} Nouveau {% endif %} {% if other_path is defined %} Etat {% endif %}
{% for h in head %} {% endfor %} {% for el in vue %} {{ block('content') }} {% else %} {% endfor %}
{{ h }}ACTIONS
{% if show_path is defined %} Details {% endif %} {% if edit_path is defined %} Editer {% endif %} {% if block('action') is defined %} {{ block('action') }} {% endif %}
Aucun enregistrement disponible
{% endblock %} {% block javascripts %} {% endblock %}