$def with (course, operations, available_containers) $# $# 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() - Batch operations $var Column: $:template_helper.call('course_admin_menu',course=course,current='batch') $def NavbarF(): $var Navbar: $:NavbarF()

Batch operations

Batch jobs

$for op in operations: $if op['status'] == 'ok': $elif op['status'] == 'ko': $else:
Container name Date Status
$op['container_name'] $op['submitted_on'].strftime("%d/%m/%Y %H:%M:%S")
$if user_manager.has_admin_rights_on_course(course):

Start a new batch job

$for key, val in available_containers.items():

$key

$:val["description"]