Allocation de Recherche

{% if nbAll == 0 %}

Aucune donnée disponible

{% else %} {% for allR in allocations %}
{{ allR.title }}

{{ allR.date| date('d/m/Y') }} {{ allR.lieu }}

{{ allR.description[:250] | raw }}
{% endfor %} {% endif %}