{% extends "participant/base_participant.html" %} {% block title %}{{ block.super }} - {%trans "Participants" %}{% endblock %} {% block content %}
{%trans "First Name" %} | {%trans "Last Name" %} | {%trans "Group" %} | {%trans "Type" %} | {%trans "Committee" %} | {% if perms.participant.can_manage_participant %}{%trans "Username" %} | {%trans "Email" %} | {%trans "Last Login" %} | {%trans "Actions" %} | {% endif %}
---|---|---|---|---|---|---|---|---|
{{ user.first_name }} | {{ user.last_name }} | {{ user.profile.group }} | {{ user.profile.get_type_display }} | {{ user.profile.committee }} | {% if perms.participant.can_manage_participant %}{{ user.username }} | {{ user.email }} | {% if user.last_login > user.date_joined %} {{ user.last_login }} {% endif %} |
![]() ![]() ![]() ![]() ![]() ![]() |
{% endif %}
{%trans "No participants available." %} |