diff --git a/counter/templates/counter/counter_click.jinja b/counter/templates/counter/counter_click.jinja index ad72640b..4c9d949b 100644 --- a/counter/templates/counter/counter_click.jinja +++ b/counter/templates/counter/counter_click.jinja @@ -23,13 +23,18 @@
Customer: {{ customer.user.get_display_name() }}, {{ customer.amount }} €
+ {% if request.session['not_enough'] %} +Not enough money
+ {% endif %}Basket:
Total: {{ "%0.2f"|format(basket_total) }} €