{% extends "base.html" %} {% load static %} {%block entete%}Gestion de la Coopé Technopôle Metz{%endblock%} {% block navbar %} {% endblock %} {% block content %} {% if floating_buttons %}
{% for pm in pay_buttons %}
{% endfor %}
{% endif %} UP {% if perms.gestion.add_consumptionhistory %}

Transaction

{{gestion_form}}

Récapitulatif

Solde Montant total de la commande Solde après la commande Payer
0€ 0€ 0€ {% for pm in pay_buttons %} {% endfor %} Annuler

Produits

Nom Produit Prix Unitaire Quantité Sous-total
{% for cotisation in cotisations %} {% if forloop.counter0|divisibleby:3 %} {% endif %} {% if forloop.counter|divisibleby:3 %} {% endif %} {% endfor %} {% if not cotisations|divisibleby:3 %} {% endif %} {% for product in bieresPression %} {% if forloop.counter0|divisibleby:3 %} {% endif %} {% if forloop.counter|divisibleby:3 %} {% endif %} {% endfor %} {% if not bieresPression|divisibleby:3 %} {% endif %} {% for category in categories %} {% if category.active_products.count > 0 %} {% for product in category.active_products %} {% if forloop.counter0|divisibleby:3 %} {% endif %} {% if forloop.counter|divisibleby:3 %} {% endif %} {% endfor %} {% if not category.active_products|divisibleby:3 %} {% endif %} {% endif %} {% endfor %} {% if menus %} {% for product in menus %} {% if forloop.counter0|divisibleby:3 %} {% endif %} {% if forloop.counter|divisibleby:3 %} {% endif %} {% endfor %} {% if not menus|divisibleby:3 %} {% endif %} {% endif %}
Cotisations
Rechargements
Bières pression
{{category}}
Menus
{% endif %} {% if perms.gestion.add_reload %}

Rechargement client

{% csrf_token %} {{reload_form}}
{% endif %} {% if perms.gestion.can_refund %}

Remboursement client

{% csrf_token %} {{refund_form}}
{% endif %} {{gestion_form.media}} {{reload_form.media}} {{refund_form.media}} {%endblock%}