{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #} {# more information about the licensing of this file. #} {% extends "layout.html" %} {% block title %} {{ course.get_name(user_manager.session_language()) }} {% endblock %} {% block column %} {{ template_helper.call('course_admin_menu',course=course,current='students') | safe }} {% endblock %} {% block navbar %} {% endblock %} {% block content %}
{{ _("Number of students") }} : {{ len_all_users - len_staff }}
{% with user_data=user_data[len_staff:len_all_users], is_staff=False %} {% include "course_admin/student_list_table.html" %} {% endwith %} {% if user_manager.has_admin_rights_on_course(course) %} {% endif %}{{_("audience")}} | {{_("# students")}} | {{_("# task tried")}} | {{_("# task done")}} | |
---|---|---|---|---|
{{ text[ind] }} | ||||
{{ audience["description"]}} | {{ audience["students"] | length}} | {{ audience["tried"] }} | {{ audience["done"] }} |