{% extends "wei/base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n crispy_forms_tags pretty_money perms %} {% block profile_content %}
{% blocktrans trimmed with balance=registration.user.note.balance|pretty_money %} Current balance: {{ balance }} {% endblocktrans %}