{% 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 %} {% for entity in entities %} {{ entity }} {% endfor %} {% endif %} {% blocktrans %}Are you sure you want to remove the domain {{ domain }}?. This action can not be undone.{% endblocktrans %} {% trans "or" %} {% trans "Cancel" %} {% endblock %}
{% 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 %}
{% blocktrans %}Are you sure you want to remove the domain {{ domain }}?. This action can not be undone.{% endblocktrans %}