{% extends 'base.html.twig' %} {% block body %}

Historique

{{ allSellings }} Clients

{{ chiffreAffaires }} Chiffre d'affaires

{% if allSellings %} {{ (chiffreAffaires / (allSellings))|round }} {% else %} ? {% endif %} € panier moyen


Statistiques de ventes

{{ statisticsFestivals |length }} Festival {% if statisticsFestivals |length >1 %} s {% endif %}


{{ recentSells |length }} Dernières ventes

{% for vente in recentSells %} {% endfor %}
date commentaire produits montant Actions
{{ vente.date |date('Y-m-d H:i:s') }} {{ vente.comment }} {{ vente.productsSold |length }} {{ vente.amount }}
{% include ':logged:history-script.html.twig' %}
{% endblock %}