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

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

+ +{% endif %}