{% extends "core/base.jinja" %} {% from "core/macros.jinja" import user_mini_profile, user_subscription %} {% macro add_product(id, content, class="") %}
{% endmacro %} {% macro del_product(id, content, class="") %} {% endmacro %} {% block title %} {{ counter }} {% endblock %} {% block content %}{% trans %}Amount: {% endtrans %}{{ customer.amount }} €
{% trans %}Too young for that product{% endtrans %}
{% endif %} {% if request.session['not_allowed'] %}{% trans %}Not allowed for that product{% endtrans %}
{% endif %} {% if request.session['no_age'] %}{% trans %}No date of birth provided{% endtrans %}
{% endif %} {% if request.session['not_enough'] %}{% trans %}Not enough money{% endtrans %}
{% endif %}{% trans %}Basket: {% endtrans %}
{% trans %}Total: {% endtrans %}{{ "%0.2f"|format(basket_total) }} €
{% trans %}Too young for that product{% endtrans %}
{% endif %} {% if request.session['not_allowed'] %}{% trans %}Not allowed for that product{% endtrans %}
{% endif %} {% if request.session['no_age'] %}{% trans %}No date of birth provided{% endtrans %}
{% endif %} {% if request.session['not_enough'] %}{% trans %}Not enough money{% endtrans %}
{% endif %}