{% load i18n %} {% if not pperm.view_participant_masked_profile %} {% else %} {% endif %} {% if pperm.edit_participation %} {% endif %} {% if not pperm.view_participant_masked_profile %} {% endif %} {% if not pperm.view_participant_masked_profile %} {% endif %} {% for participation in participations %} {% if pperm.edit_participation %} {% endif %} {% if not pperm.view_participant_masked_profile %} {% endif %} {% if not pperm.view_participant_masked_profile %} {% endif %} {% endfor %}
{% trans "User ID" %}{% trans "User" %}{% trans "Actions" %}{% trans "Status" %}{% trans "Name" context "real name of a user" %}{% trans "Role" %}{% trans "Institutional ID" %}{% trans "Tags" %}
{% if not pperm.view_participant_masked_profile %} {{ participation.user.username }} {% else %} {% if participation.user == user %}{% trans "Me" %}{% else %}{{ participation.user.get_masked_profile }}{% endif %} {% endif %} {% trans "Edit" %} {% trans participation.status %}{{ participation.user.get_full_name }}{{ participation.get_role_desc }}{{ participation.user.institutional_id }} {% for ptag in participation.tags.all %} {{ ptag.name }} {% endfor %}
{% load static %} {% get_current_js_lang_name as LANG %}