Total

{% if products %} {{ products.count }} {% else %} 0 {% endif %} items

{% 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 %}