{% extends "execution/participation_base.html" %} {% load i18n utils auth appointments %} {% block content %}
{% translate 'Pseudonym' %}
{{ object.pseudonym }}
{% include 'contacts/__contact.html' with subject=subject %} {% has_perm 'subjects.change_subject' user study as can_change_subject %} {% if can_change_subject %} {% if not subject.contact.is_complete %} {% endif %} {% translate 'Edit contact data' %} {% translate 'Edit attributes' %} {% if subject.consent.document.is_deprecated or subject.has_consent_from_before_full_age %} {% endif %} {% translate 'Edit data protection' %} {% translate 'Edit additional info' %} {% endif %} {% endblock %}