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

{% trans "Add domain" %}

{% trans "Here you can create domains that can be used to create a PEER entity. After entering the domain you'll have to follow the instructions to proof you own the domain." %}

{% csrf_token %}
{{ form.as_p }}
{% trans "or" %} {% trans "Cancel" %}
{% endblock %}