{# 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" %} {% block title %} {{ course.get_name(user_manager.session_language()) }} - {{ _("Settings") }} {% endblock %} {% block column %} {{ template_helper.call('course_admin_menu',course=course,current='settings') | safe }} {% endblock %} {% block navbar %} {% endblock %} {% block content %}

{{_("Course settings")}}

{% if errors is not none %} {%for error in errors %} {% endfor %} {%elif saved %} {% endif %}
{{ user_selection_box(course_id=course.get_id(), current_users=course.get_admins(), name="admins", id="admins", placeholder=_("Enter something here to search for a user")) | safe }}
{{ user_selection_box(course_id=course.get_id(), current_users=course.get_tutors(), name="tutors", id="tutors", placeholder=_("Enter something here to search for a user")) | safe }}



{% set at = course.get_accessibility(False) %}



{% set at = course.get_registration_accessibility() %}
{% set allow_unregister = course.allow_unregister(False) %}







{% endblock %}