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

{% trans "Domains" %}

{% trans "Your domains" %}

{% if domains %} {% else %}

{% 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" %}

{% endif %} {% if owned_group_entities %}

{% trans "Your entity groups" %}

{% endif %}
{% endblock %} {% block extrajs %} {% endblock %}