{% extends "pretixbase/email/base.html" %} {% load eventurl %} {% load i18n %} {% block header %}

{% if notification.url %}{% endif %} {{ notification.title }} {% if notification.url %}{% endif %}

{% endblock %} {% block content %}
{% if notification.detail %}

{{ notification.detail }}

{% endif %} {% if notification.attributes %} {% for attr in notification.attributes %} {% endfor %}
{{ attr.title }} {{ attr.value|linebreaksbr }}
{% endif %} {% if notification.actions %}

{% for action in notification.actions %} {{ action.label }} {% endfor %}

{% endif %}
{% include "pretixbase/email/separator.html" %}
{% trans "You receive these emails based on your notification settings." %}
{% trans "Click here to view and change your notification settings" %}
{% trans "Click here disable all notifications immediately." %}
{% endblock %}