$def with (course,student_list,tutor_list,users_info,aggregations,msg,error) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $var title: Edit teams $def ColumnF(): $:template_helper.call('course_admin_menu',course=course,current='aggregations') $var Column: $:ColumnF() $def NavbarF(): $var Navbar: $:NavbarF()

Edit teams

$if error: $elif msg:
    $for username, student in student_list.items(): $if not student["grouped"]:
  • $if users_info[username] is not None: $users_info[username][0] ($username) $else: $username
$for index,aggregation in enumerate((aggregations + [None])): $if (aggregation is None) or (len(aggregation["groups"])==0):