{{ allocation[0].title }}

{% if allocation[0] is null %}

Aucune donnée disponible

{% else %}

{{ allocation[0].title }}

{{ allocation[0].date |date('d/m/Y') }} {{ allocation[0].lieu }}

{{ allocation[0].description | raw }}

{% endif %}