Type: {{notification.notification.type.replace('_', ' ').title()}}
Blocks before expiry: {{notification.notification.blocks}}
{% for notificationType in NOTIFICATION_TYPES %} {% if notificationType.type == notification.notification.type %} {% for field in notificationType.fields %}{{field.label}}: {{notification.notification[field.name]}}
{% endfor %} {% endif %} {% endfor %} DeleteYou have no notifications set up yet.
Use the forms below to add new notifications.