{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Email history" %}{% endblock %} {% block content %}

{% trans "Email history" %}

{% blocktrans trimmed %} This page shows you all mass emails you sent out manually. It does not include emails sent out automatically. {% endblocktrans %}

{% include "pretixcontrol/pagination.html" %} {% endblock %}