{% 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 }}

{% if wei %}
{% trans "You participate to the wei: " %} {{ wei }} {% trans "in the" %} {{ bus }}
{% endif %}
{{ nb_pot_entry }}/{{ nb_pots }} {% trans "pots !" %}
{% if first_conso %} {% endif %}
{{ nb_rechargement }} {% trans ": it's the number of time your reload your note" %}
{% if class_conso_all > 0 %} {% trans "Your overall expenses: " %}
{{ class_conso_all }}/{{ class_part_all }} {% trans "with" %} {{ amount_conso_all }}€
{% endif %}
{% if class_conso_bde > 0 %} {% trans "Your expenses to BDE: " %}
{{ class_conso_bde }}/{{ class_part_bde }} {% trans "with" %} {{ amount_conso_bde }}€
{% endif %}
{% endblock %}