{% extends "kfet/base_col_2.html" %} {% block title %}Comptes - Négatifs{% endblock %} {% block header-title %}Comptes en négatif{% endblock %} {% block fixed %} {% if perms.kfet.change_settings %}
{% endif %} {% endblock %} {% block main %}Tri. | Nom | Balance | Début | Découvert autorisé | Jusqu'au |
{{ neg.account.trigramme }} | {{ neg.account.name }} | {{ neg.account.balance|floatformat:2 }}€ | {{ neg.start|date:'d/m/Y H:i'}} | {{ neg.authz_overdraft_amount|default_if_none:'' }} | {{ neg.authz_overdraft_until|date:'d/m/Y H:i' }} |