diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html b/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html index 01b401a2c..f223a5337 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_addon_choice.html @@ -40,7 +40,7 @@ {% if item.has_variations %}
-
+
{% if item.picture %}
-
+

{% if c.price_included %} {% trans "free" context "price" %} @@ -89,13 +89,14 @@ {% endif %}

-
+
{% if not event.settings.show_variations_expanded %} {% endif %}
@@ -104,7 +105,7 @@
{% for var in item.available_variations %}
-
+
{{ var }}
{% if var.description %}
@@ -115,7 +116,7 @@ {% include "pretixpresale/event/fragment_quota_left.html" with avail=var.cached_availability %} {% endif %}
-
+
{% if not c.price_included %} {% if var.original_price %} {% trans "Original price:" %} @@ -170,7 +171,7 @@ {% endif %}
{% if var.cached_availability.0 == 100 or var.initial %} -
+
{% if c.max_count == 1 or not c.multi_allowed %}