combo/combo/apps/lingo/templates/lingo/combo/basket_link.html

6 lines
163 B
HTML

{% load i18n %}
{% if total %}
<p><a href="{{site_base}}">{% trans 'Basket:' %} {{items|length}} {% trans 'items' %} ({{ total }} €)</a></p>
</form>
{% endif %}