{% load i18n %} {% if RELATE_DISPLAY_USER_FULLNAME_IN_LIST %} {% else %} {% endif %} {% for participation in participations %} {% if RELATE_DISPLAY_USER_FULLNAME_IN_LIST %} {% else %} {% endif %} {% endfor %}
{% trans "User ID" %}{% trans "Full Name" %}{% trans "Last Name" %} {% trans "First Name" %}{% trans "Role" %} {% trans "Tags" %}
{{ participation.user.username }}{{ participation.user.get_full_name }}{{ participation.user.last_name }} {{ participation.user.first_name }}{{ participation.get_role_desc }} {% for ptag in participation.tags.all %} {{ ptag.name }} {% endfor %}
{% load static %} {% get_current_language as LANGUAGE_CODE %}