{% if cart %}
{{ 'price_total'|translate }}:
{{ cart.totalPrice|money }}
{#
#} {#
Sleva:
#} {#
- 0,00 Kč
#} {#
#} {% if shop.taxPayer %}
{{ 'tax'|translate }}:
{{ cart.totalTax|money }}
{% endif %} {% if cart.totalPriceWithTax %}
{{ 'sum'|translate }}:
{{ cart.totalPriceWithTax|money }}
{% endif %}
{% endif %}