{% extends 'Backoffice/base.html.twig' %} {% block activeLiSta %}class="active"{% endblock %} {% block activeSta %}class="active"{% endblock %} {% block body %}

Statistiques

Liste statistiques
{% for s in statistiques %} {% endfor %}
Date Type Titre(FR) Titre(AR) Actions
{{ s.date ? s.date|date("d-m-Y") : '' }} {% if s.type == 1 %}Bar{% elseif s.type == 3 %}Line{% elseif s.type == 2 %}Pie{% else %}--{% endif %} {{ s.nomFr }} {{ s.nomAr }} Modifier
{% endblock %} {% block js %} {% endblock %}