{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #} {# more information about the licensing of this file. #} {% block head %} {% block title %}{% endblock %} | INGInious {% if sentry_io_url %} {% endif %} {% if use_minified %} {% else %} {% endif %} {{ template_helper.call('css') | safe }} {{ template_helper.call('javascript_header') | safe }} {{ template_helper.call('header_hook') | safe }} {% endblock %}
{% if not is_lti() %} {% block navbar %}{% endblock %} {% endif %}
{% if not is_lti() %}
{% if user_manager is defined and user_manager.session_logged_in() %} {# Change to teacher privilege when created #} {% if user_manager.user_is_superadmin() %} {% endif %} {{ _("Course list") }} {% else %}
{% for code, language in available_languages.items() %} {{ code }} ({{ language }}) {% endfor %}
{{ _("Course list") }} {% if allow_registration %} {{ _("Register") }} {% endif %} {{ _("Sign in") }} {% endif %}
{% endif %} {% if self.column() %}
{% block column %}{% endblock %} {% endif %}
{% block content %}{% endblock %}
{{ template_helper.call('javascript_footer') | safe }}