{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Scheduled email rules" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} Email rules allow you to automatically send emails to your customers at a specific time before or after your event. {% endblocktrans %}
{% if not request.event.live %}{% trans "Email subject" %} | {% trans "Recipient" %} | {% trans "Scheduled time" %} | {% trans "Products" %} | {% trans "Sent / Total dates" context "subevent" %} | |
---|---|---|---|---|---|
{% if not r.enabled %} |
{{ r.get_send_to_display }} |
{{ r.human_readable_time }}
{% if not r.date_is_absolute %}
{% trans "Next execution:" %} {% if r.next_execution %} {{ r.next_execution|date:"SHORT_DATETIME_FORMAT" }} {% else %} {% trans "unknown" %} {% endif %} {% if r.last_execution %} {% trans "Last execution:" %} {{ r.last_execution|date:"SHORT_DATETIME_FORMAT" }} {% endif %} {% endif %} |
{% if r.all_products %}
{% trans "All" %}
{% else %}
|
{{ r.sent_mails }} / {{ r.total_mails }} |