{% trans "Welcome" %}, {% safefullname user %}
{% trans "Your domains and entities" %}
-
{% 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" %}
{% else %}-
{% for entity in domain.entity_set.all %}
- {{ entity }} {% endfor %}
{% endfor %}