{% extends 'FrontofficeFr/base.html.twig' %} {% block activePress %}main-menu-active{% endblock %} {% block titre %}FCPM dans la presse{% endblock %} {% block body %}

FCPM Dans la press


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

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

lire plus
{% endif %} {% set index = index+1 %} {% endfor %} {% else %}

Aucune actualité pour le moment

{% endif %}
{% endblock %}