diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html index bf433ada52..ea90528b7f 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html @@ -303,6 +303,14 @@
{{ cart.total|money:event.currency }} + {% if not event.settings.display_net_prices and cart.tax_total and not editable %} + + {% blocktrans trimmed with tax_sum=cart.tax_total|money:event.currency %} + incl. {{ tax_sum }} taxes + {% endblocktrans %} + + {% endif %} + {% if editable and vouchers_exist and not cart.all_with_voucher %}