$def with (course,user_data,error,post) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $var title: $:course.get_name(user_manager.session_language()) $var Column: $:template_helper.call('course_admin_menu',course=course,current='students') $def NavbarF(): $var Navbar: $:NavbarF()

$:_("Students")

$:include.course_admin.student_list_table(course,user_data[len(course.get_staff()):len(user_data)], False) $if user_manager.has_admin_rights_on_course(course):
$:include.course_admin.student_list_table(course,user_data[0:len(course.get_staff())], True)