{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Inspect Email Rule" %}{% endblock %} {% block content %}

{% trans "Inspect Email Rule" %}

{% blocktrans trimmed %} This page shows when your rule is planned to be sent. {% endblocktrans %}

{% trans "Email subject" %}
{{ rule.subject }}
{% trans "Recipient" %}
{{ rule.get_send_to_display }}
{% trans "Scheduled time" %}
{{ rule.human_readable_time }}
{% if request.event.has_subevents %} {% endif %} {% for sm in scheduled_mails %} {% if request.event.has_subevents %} {% endif %} {% endfor %}
{% trans "Scheduled time" %}{% trans "Date" context "subevent" %}{% trans "Status" %} {% trans "Last schedule computation" %}
{{ sm.computed_datetime|date:"SHORT_DATETIME_FORMAT" }} {{ sm.subevent.name }}
{{ sm.get_date_range_display }}
{{ sm.get_state_display }} {{ sm.last_computed|date:"SHORT_DATETIME_FORMAT" }}
{% include "pretixcontrol/pagination.html" %} {% endblock %}