{% extends 'FrontofficeAr/base.html.twig' %} {% block activePacheMar %}main-menu-active{% endblock %} {% block titre %}قطاع الصيد البحري{% endblock %} {% block body %}

قطاع الصيد البحري

{% if actualites|length != 0 %} {# {% set index = 0 %} #} {% for a in actualites %} {# {% 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 %}