{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Send out emails" %}{% endblock %} {% block content %}
{% for locale, value in log.pdata.locales.items %}
[{{ locale }}] {% trans "Subject:" %} {{ value.subject }}
{{ value.message|linebreaksbr }}{% endfor %} {% trans "Send a new email based on this" %}