{% extends "::admin.html.twig" %} {% block title %} Liste des Allocations {% endblock %} {% block entete %} Liste des Allocations {% endblock %} {% block body %}
{{ include('default/flashBag.html.twig') }} {% for allR in allRecherche %} {% endfor %}
Date Titre Lieu Document Action
{{ allR.date | date('d/m/Y') }} {{ allR.title }} {{ allR.lieu }} {% if (allR.file != null) %} Télécharger {% else %} Aucun fichier {%endif %}
{% endblock %}