Allocation de Recherche

{% if nbAll == 0 %}

Aucune donnée disponible

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

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

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