{% extends "core/user_base.jinja" %} {% block title %} {% trans user_name=profile.get_display_name() %}{{ user_name }}'s account{% endtrans %} {% endblock %} {% block infos %}
{% trans %}Amount: {% endtrans %}{{ customer.amount }} €
{{ customer.refillings.all() }}
{{ customer.buyings.all() }}
{% endblock %}