$def with (course, tasks, user_data, classroom_data, tutored_classrooms, tutored_users, checked_tasks, checked_users, checked_classrooms, valid_formats, chosen_format, show_classrooms) $# $# 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() - Download submissions $var Column: $:template_helper.call('course_admin_menu',course=course,current='download') $def NavbarF(): $var Navbar: $:NavbarF()

Download submissions

Tasks to download submissions from
$if show_classrooms: $else:
$if len(tutored_users) != 0 or len(tutored_classrooms) != 0:
$if len(user_data) == 0:
Not any user to display
$else:
    $for userid, username in user_data.iteritems():
  • $username
$if len(classroom_data) == 0:
Not any classroom to display
$else:
    $for classroomid, classroomname in classroom_data.iteritems():
  • $classroomname
Other options
    $for entry in valid_formats: