{# 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()) }}{% endblock %}} {% block column %}

{{ _("Information") }}

{% if course.get_languages() %} {% endif %} {% if course.get_license() %} {% endif %} {% if course.get_maintainers() %} {% endif %} {% if course.get_authors() %} {% endif %} {% if course.get_link() %} {% endif %}
{{ _("Language(s)") }} {{ course.get_languages() }}
{{ _("License") }} {{ course.get_license() }}
{{ _("Maintainer(s)") }} {{ course.get_maintainers() }}
{{ _("Author(s)") }} {{ course.get_authors() }}
{{ _("Link") }} {{ course.get_link() }}
{% endblock %} {% block navbar %} {% endblock %} {% block content %}

{{ course.get_name(user_manager.session_language()) }}

{% for error in errors %} {% endfor %}
{{ course.get_description(user_manager.session_language()) | safe }}
{% endblock %}