{{ notification.detail }}
{% endif %} {% if notification.attributes %}{{ attr.title }} | {{ attr.value|linebreaksbr }} |
{% for action in notification.actions %} {{ action.label }} {% endfor %}
{% endif %}{% extends "pretixbase/email/base.html" %} {% load eventurl %} {% load i18n %} {% block header %}
{{ notification.detail }}
{% endif %} {% if notification.attributes %}{{ attr.title }} | {{ attr.value|linebreaksbr }} |
{% for action in notification.actions %} {{ action.label }} {% endfor %}
{% endif %}