{% load i18n %} {% if total %}

{% trans 'Basket:' %} {{items|length}} {% trans 'items' %} ({{ total }} €)

{% endif %}