Total

{% if products %}{{ products.count }}{% else %}0{% endif %} {% if products|length == 0 or products|length > 1 %}items{% else %}item{% endif %}

{% if total_price %} {% if currency.1 %}{{ total_price }}{{ currency.0 }}{% else %}{{ currency.0 }}{{ total_price }}{% endif %} {% else %} {% if currency.1 %}0.0{{ currency.0 }}{% else %}{{ currency.0 }}0.0{% endif %} {% endif %}