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

خليتي

نشر من طرف : {{ pub.responsable }}, بتاريخ {{ pub.date|date("d-m-Y H:i") }}


{{ pub.titre }}

{{ pub.text|raw }}

تعليقات

{% if commentaires|length == 0 %} لا توجد تعليقات. {% else %} {% for p in commentaires %}
{{ p["comment"].text|raw }} {% set index = 1 %} {% for f in p["file"] %} {% set index = index+1 %} {% endfor %}
من طرف: {{ p["comment"].responsable }}
بتاريخ {{ p["comment"].date|date("d-m-Y H:i") }}
{% if p["comment"].idMembre == user.id %} {% endif %}
{% endfor %} {% endif %}

{% if response != "" %}
Erreur ! {{ response }}
{% endif %}
{% endblock %} {% block js %} {% endblock %}