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

Edit classroom $classroom["description"]

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

Note : Please refer to documentation for file format