{% extends "execution/base.html" %} {% load i18n %} {% block title %}{{ object }} · {{ block.super }}{% endblock %} {% block content %}
{% trans "Name" %} | {% trans "Pseudonym" %} | |||
---|---|---|---|---|
{{ contact.full_name }} | {% if participation_request.participation %}{{ participation_request.participation.pseudonym }} | {% else %}{% endif %} {% else %} | {% trans 'access denied' %} | {% endif %} |
{% trans 'No participations found' %}
{% endif %} {% endblock %}