{% extends "execution/participation_base.html" %} {% load i18n utils auth %} {% block content %} {% if domains|length > 1 %}

{% translate 'Pseudonyms' %}

{% for domain in domains %}
{{ domain }}
{% translate 'get pseudonym' %}
{% endfor %}
{% elif domains|length > 0 %}
{% translate 'Pseudonym' %}
{% for domain in domains %}
{% translate 'get pseudonym' %}
{% endfor %}
{% endif %} {% include 'contacts/__contact.html' with subject=subject %} {% endblock %}