mirror of https://gitlab.crans.org/bde/nk20
Remove space in IBAN
This commit is contained in:
parent
5c01c0bb6c
commit
3e28ed8716
|
@ -1,4 +1,5 @@
|
|||
{% load escape_tex %}
|
||||
{% load l10n %}
|
||||
|
||||
\nonstopmode
|
||||
\documentclass[11pt]{article}
|
||||
|
@ -47,9 +48,11 @@
|
|||
}
|
||||
|
||||
\newcommand {\ListeProduits}{
|
||||
{% localize off %}
|
||||
{% for product in products %}
|
||||
{{ product.designation|safe|escape_tex }} & {{ product.amount_euros|safe|escape_tex|floatformat:2 }} & {{ product.quantity|safe|escape_tex|floatformat:2 }} & {{ product.total_euros|safe|escape_tex|floatformat:2 }} \cr
|
||||
{% endfor %}
|
||||
{% endlocalize %}
|
||||
}
|
||||
|
||||
% Logo du BDE
|
||||
|
|
Loading…
Reference in New Issue