{% extends "base_frontoffice.html" %} {% block content %}

Balance Tiers

Client
  • SOLDE: {{client.solde}}
{% for balance in all_balance %} {% endfor %}
Date Affectation Client Code Credit Debit Solde Réf
{{ balance.date_str }} {{ balance.affectation }} {{ balance.client.nom }} {{ balance.client.code }} {{ balance.credit }} {{ balance.debit }} {{ balance.solde }} {{ balance.ref }}
{% endblock %}