{% load kfet_tags %}
{{ account.trigramme }}
{{ account.balance|ukf:account.is_cof }} UKF
{{ account.name }}
{% if perms.kfet.is_team %}
{{ account.nickname }}
{% endif %}
{% if account.email %} {{ account.email }} {% else %} Pas d'email ! {% endif %}
{{ account.departement }} {{ account.promo }}
Statut COF: {{ account.is_cof }}
{% if account.negative.start %}
En négatif depuis {{ account.negative.start }}
{% endif %} {% if account.negative.balance_offset %}
Solde réel: {{ account.real_balance }} €
{% endif %} {% if account.negative.authz_overdraft_amount %}
Découvert autorisé: {{ account.negative.authz_overdraft_amount }} €
{% endif %} {% if account.negative.authz_overdraft_until %}
Découvert autorisé jusqu'à : {{ account.negative.authz_overdraft_until }}
{% endif %}
Modifier Recharger par CB