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

{% trans "Welcome" %}, {% safefullname user %}

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

{% trans "Your entities" %}

{% if owned_entities %} {% else %}

{% trans "It looks like you have not created any entity yet." %} {% trans "Do you want to create one?" %}

{% endif %} {% if permission_delegations %}

{% trans "Entities you can manage" %}

{% endif %}
{% endblock %}