diff --git a/combo/apps/lingo/templates/lingo/combo/basket_link.html b/combo/apps/lingo/templates/lingo/combo/basket_link.html new file mode 100644 index 00000000..72e5167e --- /dev/null +++ b/combo/apps/lingo/templates/lingo/combo/basket_link.html @@ -0,0 +1,5 @@ +{% load i18n %} +{% if total %} +

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

+ +{% endif %}