{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Remove domain" %}

{{ domain }}

{% csrf_token %} {% if entities %}

{% blocktrans %}Be careful because there are entities associated with this domain. If you remove the domain the entities will be removed too.{% endblocktrans %}

{% blocktrans %}These are the entities associated with this domain:{% endblocktrans %}

{% endif %}

{% blocktrans %}Are you sure you want to remove the domain {{ domain }}?. This action can not be undone.{% endblocktrans %}

{% trans "or" %} {% trans "Cancel" %}
{% endblock %}