{% extends 'FrontofficeAr/base.html.twig' %} {% block activeCell %}main-menu-active{% endblock %} {% block titre %}Commissions{% endblock %} {% block body %}

Commissions

منشوراتي
{% if response != "" %} {% if response == "OK" %}
تم تعديل المنشور
{% else %}
Erreur ! {{ response }}
{% endif %} {% endif %}
قائمة الملفات
{% set index = 1 %} {% for f in file %} {% set index = index+1 %} {% endfor %}

{% endblock %} {% block js %} {% endblock %}