{% extends 'FrontofficeAr/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.titreAr|length > 100 ? a.titreAr|slice(0, 100) ~ '...' : a.titreAr }}

اقرأ المزيد
{# {% endif %} {% set index = index+1 %} #} {% endfor %} {% else %}

لا يوجد إعلانات في الوقت الحالي

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