{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #} {# more information about the licensing of this file. #} {% extends "layout.html" %} {% set registered = user_manager.course_is_user_registered(course) %} {% set staff = user_manager.has_staff_rights_on_course(course) %} {% block title %}{{ course.get_name(user_manager.session_language()) }}{% endblock %} {% block column %} {{ template_helper.call('course_menu', course=course, template_helper=template_helper) | safe }} {% if registered or staff %}