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

نتيجة البحث

أخبار

{% for a in actualites %}

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

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

{{ a["act"].date|date("d-m-Y") }} شاهد المزيد
{% endfor %} {% if actualites|length == 0 %}

لم يتم العثور على أخبار

{% endif %}

الجامعة في الصحافة

{% for a in articles %}

{{ a.titreAr }}

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

Le {{ a.date|date("d-m-Y") }} شاهد المزيد
{% endfor %} {% if articles|length == 0 %}

لم يتم العثور على مقالة

{% endif %}

القوانين والمنشورات

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

{{ p.titreAr }}

{% else %}

{{ p.titreAr }}

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

لم يتم العثور على منشور

{% endif %}
{% endblock %}