diff --git a/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/send_form.html b/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/send_form.html index 1d0f9fae0c..bd66f08677 100644 --- a/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/send_form.html +++ b/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/send_form.html @@ -13,19 +13,22 @@ {% if request.method == "POST" %}
{% trans "E-mail preview" %} - -
- {% for locale, segments in output.items %} -

- {% blocktrans %}For locale: {{ locale }}{% endblocktrans %} -

- {% for value in segments %} -

- {{ value|linebreaksbr }} -

- {% endfor %} - {% endfor %} -
+ {% for locale, segments in output.items %} +
+
+

+ {% blocktrans %}For locale: {{ locale }}{% endblocktrans %} +

+
+
+ {% for value in segments %} +

+ {{ value|linebreaksbr }} +

+ {% endfor %} +
+
+ {% endfor %}
{% endif %}