{% 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 %}
{% else %}
{% translate 'Pseudonym' %}
{% for domain in domains %}
{% translate 'get pseudonym' %}
{% endfor %}
{% endif %} {% include 'contacts/__contact.html' with subject=subject %}
{% translate 'Dropped out' context 'verb' %}
{% endblock %}