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

{{ titre }}


{% if Annonces|length != 0 %} {# {% set index = 0 %} #} {% for a in Annonces %} {# {% 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 annonce pour le moment

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