diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html
index 3f2b0394b..11ea88987 100644
--- a/src/pretix/control/templates/pretixcontrol/order/index.html
+++ b/src/pretix/control/templates/pretixcontrol/order/index.html
@@ -38,12 +38,12 @@
{% endif %}
-
- {{ event.currency }} {{ line.price|floatformat:2 }}
-
{{ line.count }}
+
+ {{ event.currency }} {{ line.price|floatformat:2 }}
+
{{ event.currency }} {{ line.total|floatformat:2 }}
{% if line.item.tax_rate %}
diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html
index a6527b83e..509348f5a 100644
--- a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html
+++ b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html
@@ -19,9 +19,6 @@
{% endif %}
-
- {{ event.currency }} {{ line.price|floatformat:2 }}
-
{% if editable %}
+
+ {{ event.currency }} {{ line.price|floatformat:2 }}
+
{{ event.currency }} {{ line.total|floatformat:2 }}
{% if line.item.tax_rate %}