{% load static %} {% if not json.aes_id %}

Vous n'êtes pas encore enregistré. Merci de compléter votre inscription.

M’inscrire
{% else %}

Solde total disponible : {{ balances_data.total_amount|decimal:2|default:"0,00" }} €

Alimenter le PORTEFEUILLE

CATÉGORIE
SOLDE
COMMUNICATION STRUCTURÉE
ACTION
{% for categorie in balances_data.prepayment_by_categories %}
{{ categorie.activity_category_name }}
{{ categorie.amount|floatformat:2 }} €
{{ categorie.structured_communication }}
{% endfor %}
{% endif %}