{% trans "Domains" %}
{% trans "Your domains" %}
{% if domains %}-
{% for domain in domains %}
-
{{ domain }}
{% trans "Remove domain" %}
{% if not domain.validated %}
{% trans "Verify Ownership" %}
{% trans "You must verify the ownership of this domain in order to add entities associated with it" %}
{% else %} {% if user.is_superuser %} {% trans "Manage domain team" %} {% endif %} {% endif %}
{% endfor %}
{% trans "It looks like you have not created any domain yet." %} {% trans "Do you want to create one?" %}
{% endif %} {% if permission_delegations %}{% trans "Entities you can manage" %}
-
{% for delegation in permission_delegations %}
- {{ delegation.entity }} {% endfor %}
{% trans "Your entity groups" %}
-
{% for entity_group in owned_group_entities %}
- {{ entity_group.name }} {% trans "Remove entity group" %} {% trans "Edit entity group" %} {% endfor %}