{% extends "base_frontoffice.html" %} {% block content %}
| 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 %} |