{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Email history" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} This page shows you all mass emails you sent out manually. It does not include emails sent out automatically. {% endblocktrans %}
{% 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" %}