{% extends "core/base.jinja" %} {% block title %} {% trans user_name=profile.get_display_name() %}{{ user_name }}'s stats{% endtrans %} {% endblock %} {% block content %} {% if profile.permanencies %}
Total: {{ total_perm_time }}
Foyer: {{ total_foyer_time }}
MDE: {{ total_mde_time }}
La Gommette: {{ total_gommette_time }}
Foyer: {{ total_foyer_buyings }} €
MDE: {{ total_mde_buyings }} €
La Gommette: {{ total_gommette_buyings }} €
{% trans %}Product{% endtrans %} | {% trans %}Quantity{% endtrans %} |
{{ p['product__name'] }} | {{ p['product_sum'] }} |