{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #} {# more information about the licensing of this file. #} {% set is_admin = user_manager.has_admin_rights_on_course(course) %}
{% if is_staff %} {% else %} {% endif %} {% for user in user_data %} {% endfor %}
{{_("member")}}{{_("student")}}{{_("username")}} {{_("email address")}} {{_("# task tried")}} {{_("# task done")}} {{_("current grade")}} ?
{% if not is_staff and is_admin %} {% endif %}
{{ user["realname"] or user["username"] }} {{user["username"]}} {{user["email"]}} {{user["task_tried"]}} {{user["task_succeeded"]}}
{{ user["grade"] }}%
{% if is_admin and not is_staff %} {% endif %}
{% if not is_staff %} {% endif %}