{# 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 %}
{{ _("Language(s)") }} | {{ course.get_languages() }} |
{{ _("License") }} | {{ course.get_license() }} |
{{ _("Maintainer(s)") }} | {{ course.get_maintainers() }} |
{{ _("Author(s)") }} | {{ course.get_authors() }} |
{{ _("Link") }} | {{ course.get_link() }} |