{% load i18n %} {% trans "Cart" %}: {% if cart.item_count > 0 %} {{cart.item_count}} items for {{cart.total_price}} {% else %} empty {% endif %}