Carte Cashless
{{ numero_carte }}
{{ client_name }}
{#A fully responsive site template designed by HTML5 UP and released
#}
{# for free under the Creative Commons license.
{% load static %} {% load humanize %}
A fully responsive site template designed by HTML5 UP and released
#}
{# for free under the Creative Commons license.
| Carte {{ numero_carte }} | Quantité |
|---|---|
| {{ asset.nom }} | {{ asset.qty | floatformat:2 | intcomma }} |
| {{ total_monnaie | floatformat:2 | intcomma }} |
| Date | Qty | Article | Total |
|---|---|---|---|
| {{ ligne.date | naturaltime }} | {{ ligne.qty | floatformat:0 | intcomma }} | {{ ligne.article }} | {{ ligne.total }} |
| Portefeuille | Quantité |
|---|---|
| {{ asset.nom }} | {{ asset.qty | floatformat:2 | intcomma }} |
| {{ total_monnaie | floatformat:2 | intcomma }} |