Logged in as {{user.username}} Logout

FireAlerts

Your Alerts

{% if notifications %}
{% for notification in notifications %}

Domain: {{notification.domain}}

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 %} Delete
{% endfor %}
{% else %}

You have no notifications set up yet.

Use the forms below to add new notifications.

{% endif %}

Setup your alerts below:

{% for notificationType in NOTIFICATION_TYPES %}

{{notificationType.description}}

{% for field in notificationType.fields %}
{% endfor %}

Note: 144 blocks is approximately 1 day, 1008 blocks is approximately 1 week, and 4320 blocks is approximately 1 month.

{% endfor %}