{% load i18n %} {% load lfs_tags %}
{% if title %} {{ title }} {% else %} {% trans 'Cart' %} {% endif %} {% trans 'Cart' %}
{% if amount_of_items %}
{{amount_of_items}} {% trans 'Article' %}
{{price|currency}}
{% else %} {% trans 'Cart is empty' %} {% endif %}