{% extends "settings/base.html" %} {% block title %}Delete {{ domain.domain }} - Admin{% endblock %} {% block content %}
{% csrf_token %}

Deleting {{ domain.domain }}

{% if num_identities %}

You cannot delete this domain as it has {{ num_identities }} identit{{ num_identities|pluralize:"y,ies" }} registered on it.

You will need to manually remove all identities from this domain in order to delete it.

{% else %}

Please confirm deletion of this domain - there are no identities registered on it.

Cancel
{% endif %}
{% endblock %}