{# 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 %}{{ _("Register to course '{}'").format(course.get_name(user_manager.session_language())) }}{% endblock %}} {% block navbar %} {% endblock %} {% block content %}

{{ _("Enroll in the course '{}'").format(course.get_name(user_manager.session_language())) }}

{{ _("This will enroll you in the course {}").format(course.get_name(user_manager.session_language())) }}

{% if error %} {% endif %}
{% if course.is_password_needed_for_registration() %}
{% endif %}
{% endblock %}