{% extends "wrapped/1/wrapped_base.html" %} {% comment %} COPYRIGHT (C) 2018-2024 BDE ENS Paris-Saclay SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n pretty_money %} {% block content %}

{% trans "NoteKfet Wrapped" %}

{{ wrapped.note.user.username }}

You participate to the wei: {{ wei }} in the bus {{ bus }}
{{ nb_pot_entry }}/{{ nb_pots }} pots !
Tu as rechargé ta note {{ nb_rechargement }} fois.
Tes dépenses globales
{{ class_conso_all }}/{{ class_part_all }} with {{ amount_conso_all }}€

Tes dépenses au BDE
{{ class_conso_bde }}/{{ class_part_bde }} with {{ amount_conso_bde }}€
{% endblock %}