diff --git a/src/pretix/control/templates/pretixcontrol/event/new_index.html b/src/pretix/control/templates/pretixcontrol/event/new_index.html
index 4a3b280382..89a551ed53 100644
--- a/src/pretix/control/templates/pretixcontrol/event/new_index.html
+++ b/src/pretix/control/templates/pretixcontrol/event/new_index.html
@@ -265,50 +265,59 @@
-
-
-
-
-
- {% trans "Name" %}
-
-
- {% trans "Begin" %}
-
-
-
-
- {% trans "Paid tickets per quota" %}
-
-
| + {% trans "Name" %} + | ++ {% trans "Begin" %} + + + | ++ {% trans "Paid tickets per quota" %} + | +
+
+ {{ s.name }} + + #{{ s.pk }} + + |
+
+ {{ s.get_date_from_display }} + + {{ s.date_from|date:"l" }} + + |
+ + {% for q in s.first_quotas|slice:":3" %} + {% include "pretixcontrol/fragment_quota_box_paid.html" with quota=q %} + {% endfor %} + {% if s.first_quotas|length > 3 %} + + ··· + + {% endif %} + | + {% endfor %} + +
|---|