{% extends 'layout_site_enseigne.html.twig' %} {% block content %} {% include 'flashes.html.twig' %}
{% if app.user.admin == true %}
{% if listingMag is defined %} {% for listing in listingMag %} {% endfor %} {% endif %}


{% endif %}
{% if app.user.admin == false %} {% for listAnnee in listAnnees %} {% endfor %} {% endif %}
{% if app.user.admin == false %} {% for monthkey, listMonth in listMonths %} {% endfor %} {% endif %}
{# Si enseigne on affiche Magasin #} {% if app.user.isMag == false %}
{% if app.user.admin == false %} {% if listMag is defined %} {% for mag in listMag %} {% endfor %} {% endif %} {% endif %}
{% endif %}
{% if app.user.isMag == false %} {% endif %}
Option d'affichage: {% if not isMag %} {% endif %}
{# {% for key, data in datas %} {% for keyMonth, dataMonth in data %} {% for magKey, magData in dataMonth %} {% for finalData in magData %} {% endfor %} {% endfor %} {% endfor %} {% endfor %} #}
Total, tous emballages
En UB
{{ keyMonth}} {{ key }}
{{ (magKey == 'parc_global') ? 'Parc Global ' : magKey }}
{{ finalData|updateValueDecimal}}
{% endblock %} {% block my_js %} {{ encore_entry_script_tags('enseigne_jquery_pagination') }} {{ encore_entry_script_tags('enseigne_homepage_filtre2') }} {{ encore_entry_script_tags('enseigne_homepage_get2') }} {% endblock %}