{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Inspect Email Rule" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} This page shows when your rule is planned to be sent. {% endblocktrans %}
{% if not request.event.live %}{% trans "Scheduled time" %} | {% if request.event.has_subevents %}{% trans "Date" context "subevent" %} | {% endif %}{% trans "Status" %} | {% trans "Last schedule computation" %} | |
---|---|---|---|---|
{{ sm.computed_datetime|date:"SHORT_DATETIME_FORMAT" }} | {% if request.event.has_subevents %}
{{ sm.subevent.name }}
{{ sm.subevent.get_date_range_display }} |
{% endif %}
{{ sm.get_state_display }} | {{ sm.last_computed|date:"SHORT_DATETIME_FORMAT" }} |