diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index aeec5e4f3..8209433a6 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -525,26 +525,24 @@
{% endfor %} - {% if event.settings.display_net_prices and items.net_total %} -
-
- {% trans "Net total" %} -
-
- {{ items.net_total|money:event.currency }} -
-
+
+
+ {% trans "Net total" %}
-
-
- {% trans "Taxes" %} -
-
- {{ items.tax_total|money:event.currency }} -
-
+
+ {{ items.net_total|money:event.currency }}
- {% endif %} +
+
+
+
+ {% trans "Taxes" %} +
+
+ {{ items.tax_total|money:event.currency }} +
+
+
{% trans "Total" %}