$def with (course,student_list,tutor_list,other_students,users_info,aggregation,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 $aggregation["description"] $def ColumnF(): $:template_helper.call('course_admin_menu',course=course,current='aggregations') $var Column: $:ColumnF() $def NavbarF(): $var Navbar: $:NavbarF()

Edit classroom $aggregation["description"]

$if error: $elif msg:
$if aggregation["default"]:
$if aggregation["default"]: $else:
    $for user in (aggregation["tutors"] + [None]): $if user is None:
  • $user ($user_manager.get_user_realname(user))
    $for username in aggregation["students"]: $if not student_list[username]["grouped"]: $ user=users_info[username]
  • $if users_info[username] is not None: $user[0] ($username) $else: $username $ style = 'style="display:none;"' if aggregation["default"] else ''
$for index,group in enumerate((aggregation["groups"] + [None])): $if group is None: