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

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

M’inscrire
{% else %} {% if children.items %}

Attention : vous n'êtes pas le parent facturable pour le ou les enfant(s) suivant(s) :

L'argent versé dans ce portefeuille ne pourra donc pas être utilisé pour prépayer les inscriptions. Nous vous invitons à demander à devenir parent facturable ou à réaliser le prépaiement avec le compte du parent facturable.

{% endif %}

Mon portefeuille

Solde total

{{ balances_data.total|add:balances_data.total_reserved|floatformat:2 }} €

Disponible librement

{{ balances_data.total|floatformat:2 }} €

Bloqué (commandes en cours)

{{ balances_data.total_reserved|floatformat:2 }} €

Le montant bloqué correspond aux repas commandés mais pas encore consommés. Il sera libéré à la fin du mois et pourra être déduit lors de la commande réalisée pour le mois suivant.

Détail par catégorie d’activité

CATÉGORIE
DISPONIBLE
BLOQUÉ
SOLDE TOTAL
COMMUNICATION STRUCTURÉE
ACTION
{% for categorie in balances_data.prepayment_by_categories %} {% with reserved=categorie.reserved_balances|default:0 %}
Catégorie : {{ categorie.activity_category_name }}
Disponible : {{ categorie.total_amount|floatformat:2 }} €
Bloqué : {% if reserved > 0 %} {{ reserved|floatformat:2 }} € {% else %} {% endif %}
Solde total : {{ categorie.total_amount|add:reserved|floatformat:2 }} €
Communication : {{ categorie.structured_communication }}
{% endwith %} {% endfor %}
{% endif %}