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

BALANCE | GERANT

GERANT
  • SOLDE: {{gerant.solde}}
{% for balance in all_balance %} {% endfor %}
Date Affectation Gerant Credit Debit Solde Réf Action
{{ balance.date_str }} {{ balance.affectation }} {{ balance.gerant.nom }} {{ balance.credit }} {{ balance.debit }} {{ balance.solde }} {{ balance.ref }} {% if balance.recette_id %} IMPRIMER {% endif %} {% if balance.sortie_caisse_id %} IMPRIMER {% endif %}
{% endblock %}