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

{% trans "Add entity" %}

{% trans "Here you can create a new entity. You must associate the new entity with a domain you already own. If you haven't registered any domain in PEER, please do so in your account profile." %}

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