{% extends "execution/base.html" %} {% load i18n %} {% block title %}{{ object }} · {{ block.super }}{% endblock %} {% block content %}

{{ object }}

{% if list %} {% for participation_request, contact, can_access in list %} {% if can_access %} {% if participation_request.participation %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
{% trans "Name" %} {% trans "Pseudonym" %}
{{ contact.full_name }}{{ participation_request.participation.pseudonym }}
{% csrf_token %}
{% trans 'access denied' %}
{% else %} {% endif %} {% endblock %}