{% extends "base.html" %} {% from "user/_perfil_icons.html" import ico %} {% block title %}My Account | BancaNet{% endblock %} {% block content %}

{{ t('profile.account') }}

{{ user.phone }}

MX$ {{ "%.2f"|format(total_balance or 0) }}
{% if active_discount %}

Descuento del {{ active_discount.surprise_code.value|float|round(2) }}% activo para tu próxima compra.

{% endif %}
Hoy MX$ {{ "%.2f"|format(today_earnings or 0) }}
Totales MX$ {{ "%.2f"|format(lifetime_earnings or 0) }}
Comisiones MX$ {{ "%.2f"|format(total_commission or 0) }}

{{ t('profile.ops') }}

{{ t('profile.account_section') }}

{% if surprise_notice %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}