$def with (user_info, course, submissions, tasks, tasks_data, grade, tag_filter_list)
$#
$# 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(user_manager.session_language())
$ registered = user_manager.course_is_user_registered(course)
$ staff = user_manager.has_staff_rights_on_course(course)
$# Left column content
$def ColumnF():
$:template_helper.call('course_menu', course=course, template_helper=template_helper)
$if registered or staff:
$:_("This course is currently invisible for students. You can change this by modifying the \"accessibility\" option in the configuration of the course.")