diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html
index c75ffa74b..f5320d954 100644
--- a/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html
+++ b/src/pretix/presale/templates/pretixpresale/event/checkout_questions.html
@@ -1,5 +1,6 @@
{% extends "pretixpresale/event/checkout_base.html" %}
{% load i18n %}
+{% load icon %}
{% load bootstrap3 %}
{% load rich_text %}
{% load lists %}
@@ -74,14 +75,6 @@
{% if pos.variation %}
– {{ pos.variation }}
{% endif %}
- {% if forloop.counter > 1 %}
-
- {% if event.settings.checkout_show_copy_answers_button %}
-
- {% endif %}
-
- {% endif %}
@@ -89,6 +82,17 @@
{% if event.settings.attendee_data_explanation_text and pos.item.ask_attendee_data %}
{{ event.settings.attendee_data_explanation_text|rich_text }}
{% endif %}
+ {% if forloop.counter > 1 and event.settings.checkout_show_copy_answers_button %}
+
+ {% endif %}
{% if pos.seat %}
{% endif %}
+
+
{% endfor %}