{% extends 'Backoffice/base.html.twig' %} {% block activeLiSta %}class="active"{% endblock %} {% block activeSta %}class="active"{% endblock %} {% block body %} Tableau de board Statistiques Modification statistique Statistiques {% if response != "" %} {% if response == "OK" %} × OK ! Statistique modifiée avec succès. {% else %} × Erreur ! {{ response }} {% endif %} {% endif %} Type de statistique : -- Choisir -- Bar Pie Line Images Fichier Excel Date : Français Afficher en français Nom (FR) Description {{ formData.textFr }} العربية عرض باللغة العربية الاسم (AR) الوصف {{ formData.textAr }} Détails avancés Nom (FR) Nom (AR) Valeur Action {% for d in formData.details %} {% if formData.id != 1 %} Supprimer {% endif %} {% endfor %} {% if formData.id != 1 %} Ajouter un détail {% endif %} Fichier Images Fichier Excel Enregistrer la statistique {% endblock %} {% block js %} {% endblock %}