Your Active Alerts

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

{{notification.domain}}

{{notification.notification.type.replace('_', ' ').title()}}
Alert Threshold: {{notification.notification.blocks}} blocks
{% for notificationType in NOTIFICATION_TYPES %} {% if notificationType.type == notification.notification.type %} {% for field in notificationType.fields %} {% if field.name != 'username' %}
{{field.label}}: {{notification.notification[field.name]}}
{% endif %} {% endfor %} {% endif %} {% endfor %}
{% endfor %}
{% else %}
📭

No alerts configured

You haven't set up any domain expiry alerts yet. Use the forms below to add your first notification.

{% endif %}

Add New Alert

Set up notifications to be alerted before your Handshake domains expire.

{% for notificationType in NOTIFICATION_TYPES %}

{{notificationType.description}}

{% for field in notificationType.fields %} {% if field.type == 'username' %} {% else %}
{% endif %} {% endfor %}
💡 Tip: 144 blocks ≈ 1 day, 1008 blocks ≈ 1 week, 4320 blocks ≈ 1 month
{% if notificationType.links %} {% for link in notificationType.links %} {{link.label}} {% endfor %} {% endif %}
{% endfor %}