$def with (course,submissions, tasks, tasks_data, grade)
$#
$# 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()
$# Left column content
$def ColumnF():
$:template_helper.call('course_menu', course=course, template_helper=template_helper)
Current grade
Last tried exercises
$if user_manager.has_staff_rights_on_course(course):
$if not course.is_open_to_non_staff():
This course is currently invisible for students.
You can change this by modifying the "accessibility" option in the configuration of the course.
$else:
$var Column: $:ColumnF()
$def NavbarF():
- $course.get_name() (current)
$var Navbar: $:NavbarF()
$# Start content
$course.get_name() - List of exercises