{% load i18n lfs_tags %}
{% if title %} {{ title }} {% else %} {% trans 'Cart' %} {% endif %} {% trans 'Cart' %}
{% if amount_of_items_int %}
{% blocktrans with amount=amount_of_items_locale count counter=amount_of_items_int %}{{ amount }} Article{% plural %}{{ amount }} Articles{% endblocktrans %}
{{ price|currency }}
{% else %} {% trans 'Cart is empty' %} {% endif %}