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

{% trans "Set by force the ownership of this domain as verified" %}

{{ domain }}

{% csrf_token %}

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

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