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

{% trans "Batch email history" %}

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

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