$def with (course,aggregation,task,data) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $var title: $:task.get_name() - $:aggregation["description"] - $:course.get_name() $var Column: $:template_helper.call('course_admin_menu',course=course,current='aggregations') $ use_classrooms = course.use_classrooms() $ is_admin = user_manager.has_admin_rights_on_course(course) $def NavbarF():
$var Navbar: $:NavbarF()authors | id | submitted on | result | |
---|---|---|---|---|
$for user in submission["username"]:
$user |
$submission["_id"] | $submission["submitted_on"].strftime("%d/%m/%Y %H:%M:%S") | $if succeeded: Succeeded $elif submission['status'] == 'waiting': Waiting $else: Failed ($submission.get("grade",0.0)%) |