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

XCAISSE

{% for reg in all_reg %} {% endfor %}
N° RECU MONTANT
{{ reg.numero_recu }} {{ reg.montant }}
TOTAL {{ TOTAL }}
{% endblock %}