Your Active Alerts
{% if notifications %}
{% for notification in notifications %}
{% endfor %}
{% else %}
{{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 %}
No alerts configured
You haven't set up any domain expiry alerts yet. Use the forms below to add your first notification.
Add New Alert
Set up notifications to be alerted before your Handshake domains expire.
{% for notificationType in NOTIFICATION_TYPES %}
{% endfor %}