{% extends 'Backoffice/base.html.twig' %} {% block activeLiPub %}class="active"{% endblock %} {% block activePub %}class="active"{% endblock %} {% block body %} Tableau de board Publications modification publication Publications {% if response != "" %} {% if response == "OK" %} × OK ! Publication modifié avec succès. {% else %} × Erreur ! {{ response }} {% endif %} {% endif %} Type de la publication : Publication globale Publication affaires maritimes Date publications : Français Afficher en français Titre Text {{ publication.textFr }} Fichier (FR) : {% if publication.fichierFr %} Voir Fichier FR {% endif %} العربية عرض باللغة العربية عنوان النص {{ publication.textAr }} ملف : {% if publication.fichierAr %} Voir Fichier AR {% endif %} Photos et Video Actions {% for i in images %} Supprimer {% endfor %} Nouvelles Images Enregister l'publication {% endblock %} {% block js %} {# #} {% endblock %}