{% extends 'FrontofficeFr/base.html.twig' %} {% block activePub %}main-menu-active{% endblock %} {% block titre %}{{ titre }}{% endblock %} {% block body %}

{{ titre }}


{% if Publications|length != 0 %} {% for a in Publications %}
{{ a.publication.date|date("d-m-Y") }}

{{ a.publication.titreFr|length > 100 ? a.publication.titreFr|slice(0, 100) ~ '...' : a.publication.titreFr }}

Lire plus
{% endfor %} {% else %}

Aucune publication pour le moment

{% endif %}
{# display navigation #}
{% endblock %}