{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% load hierarkey_form %} {% load static %} {% block inside %}

{% trans "Email settings" %}

{% csrf_token %} {% bootstrap_form_errors form %}
{% trans "General" %} {% bootstrap_field form.mail_prefix layout="control" %} {% bootstrap_field form.mail_attach_tickets layout="control" %} {% url "control:organizer.settings.mail" organizer=request.organizer.slug as org_url %} {% propagated request.event org_url "mail_from" "smtp_use_custom" "smtp_host" "smtp_port" "smtp_username" "smtp_password" "smtp_use_tls" "smtp_use_ssl" %}
{% if request.event.settings.smtp_use_custom %} {% trans "Custom SMTP server" %}: {{ request.event.settings.smtp_host }} {% else %} {% trans "System-provided email server" %} {% endif %}    {% trans "Edit" %}
{{ request.event.settings.mail_from }}    {% trans "Edit" %}
{% endpropagated %} {% propagated request.event org_url "mail_from_name" "mail_text_signature" "mail_bcc" %} {% bootstrap_field form.mail_from_name layout="control" %} {% bootstrap_field form.mail_text_signature layout="control" %} {% bootstrap_field form.mail_bcc layout="control" %} {% endpropagated %} {% bootstrap_field form.mail_sales_channel_placed_paid layout="control" %}
{% trans "Calendar invites" %} {% bootstrap_field form.mail_attach_ical layout="control" %} {% bootstrap_field form.mail_attach_ical_paid_only layout="control" %} {% bootstrap_field form.mail_attach_ical_description layout="control" %}
{% trans "Email design" %}
{% for r in renderers.values %}
{% trans "Preview" %}
{% endfor %}
{% trans "Email content" %}

{% trans "Text" %}

{% blocktrans asvar title_placed_order %}Placed order{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="order_placed" title=title_placed_order items="mail_subject_order_placed,mail_text_order_placed,mail_send_order_placed_attendee,mail_subject_order_placed_attendee,mail_text_order_placed_attendee" exclude="mail_send_order_placed_attendee" %} {% blocktrans asvar title_paid_order %}Paid order{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="order_paid" title=title_paid_order items="mail_subject_order_paid,mail_text_order_paid,mail_send_order_paid_attendee,mail_subject_order_paid_attendee,mail_text_order_paid_attendee" exclude="mail_send_order_paid_attendee" %} {% blocktrans asvar title_free_order %}Free order{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="order_free" title=title_free_order items="mail_subject_order_free,mail_text_order_free,mail_send_order_free_attendee,mail_subject_order_free_attendee,mail_text_order_free_attendee" exclude="mail_send_order_free_attendee" %} {% blocktrans asvar title_resend_link %}Resend link{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="resend_link" title=title_resend_link items="mail_subject_resend_link,mail_subject_resend_link_attendee,mail_text_resend_link,mail_subject_resend_all_links,mail_text_resend_all_links" %} {% blocktrans asvar title_order_changed %}Order changed{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="order_changed" title=title_order_changed items="mail_subject_order_changed,mail_text_order_changed" %} {% blocktrans asvar title_payment_reminder %}Payment reminder{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="order_expirew" title=title_payment_reminder items="mail_days_order_expire_warning,mail_subject_order_expire_warning,mail_text_order_expire_warning,mail_subject_order_pending_warning,mail_text_order_pending_warning,mail_subject_order_incomplete_payment,mail_text_order_incomplete_payment" exclude="mail_days_order_expire_warning" %} {% blocktrans asvar title_payment_failed %}Payment failed{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="payment_failed" title=title_payment_failed items="mail_subject_order_payment_failed,mail_text_order_payment_failed" %} {% blocktrans asvar title_waiting_list_notification %}Waiting list notification{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="waiting_list" title=title_waiting_list_notification items="mail_subject_waiting_list,mail_text_waiting_list" %} {% blocktrans asvar title_order_canceled %}Order canceled{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="order_canceled" title=title_order_canceled items="mail_subject_order_canceled,mail_text_order_canceled" %} {% blocktrans asvar title_order_custom_mail %}Order custom mail{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="custom_mail" title=title_order_custom_mail items="mail_text_order_custom_mail" %} {% blocktrans asvar title_download_tickets_reminder %}Reminder to download tickets{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="ticket_reminder" title=title_download_tickets_reminder items="mail_days_download_reminder,mail_subject_download_reminder,mail_text_download_reminder,mail_send_download_reminder_attendee,mail_subject_download_reminder_attendee,mail_text_download_reminder_attendee,mail_sales_channel_download_reminder" exclude="mail_days_download_reminder,mail_send_download_reminder_attendee,mail_sales_channel_download_reminder" %} {% blocktrans asvar title_require_approval %}Order approval process{% endblocktrans %} {% include "pretixcontrol/event/mail_settings_fragment.html" with pid="ticket_reminder" title=title_require_approval items="mail_subject_order_placed_require_approval,mail_text_order_placed_require_approval,mail_subject_order_approved,mail_text_order_approved,mail_send_order_approved_attendee,mail_subject_order_approved_attendee,mail_text_order_approved_attendee,mail_subject_order_approved_free,mail_text_order_approved_free,mail_send_order_approved_free_attendee,mail_subject_order_approved_free_attendee,mail_text_order_approved_free_attendee,mail_subject_order_denied,mail_text_order_denied" exclude="mail_send_order_approved_attendee,mail_send_order_approved_free_attendee"%}

{% trans "Attachments" %}

{% bootstrap_field form.mail_attachment_new_order layout="control" %}
{% endblock %}