{% extends 'FrontofficeFr/base.html.twig' %} {% block titre %}Recherche{% endblock %} {% block body %}

Résultat de recherche

Actualités

{% for a in actualites %}

{{ a["act"].titreFr }}

{{ a["act"].textAr|striptags|length > 70 ? a["act"].textAr|striptags|slice(0, 70) ~ '...' : a["act"].textAr|striptags }}

{{ a["act"].date|date("d-m-Y") }} Voir plus
{% endfor %} {% if actualites|length == 0 %}

Aucune actualité trouvée

{% endif %}

FCPM Dans la press

{% for a in articles %}

{{ a.titreFr }}

{{ a.textAr|striptags|length > 70 ? a.textAr|striptags|slice(0, 70) ~ '...' : a.textAr|striptags }}

Le {{ a.date|date("d-m-Y") }} Voir plus
{% endfor %} {% if articles|length == 0 %}

Aucun article trouvé

{% endif %}

Lois et Publications

{% for p in publications %} {% if p.textFr|raw == "" %}

{{ p.titreFr }}

{% else %}

{{ p.titreFr }}

{% endif %} {% endfor %} {% if publications|length == 0 %}

Aucune publication trouvée

{% endif %}
{% endblock %}