{% trans "Welcome" %}, {% safefullname user %}
{% trans "Your domains" %}
{% if domains %}-
{% for domain in domains %}
-
{{ domain }}
{% if not domain.validated %}
{% verification_button domain %}
{% trans "Tip: you must verify the ownership of this domain in order to add entities associated with it" %}
{% endif %}
{% endfor %}
{% 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 %}-
{% for entity in owned_entities %}
- {{ entity }} {% endfor %}
{% 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" %}
-
{% for delegation in permission_delegations %}
- {{ delegation.entity }} {% endfor %}