{# 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 %} {{ _("Bind LTI") }} {% endblock %} {% block content %}

{{ _("Binding to an existing LMS") }}

{% if error %}
{{ error }}
{% endif %} {%if data %}
{{ _("Authorization required") }}
{{ _("You are going to bind your INGInious account {realname} [{username}] with the following LTI tool and context:").format(realname=user_manager.session_realname(), username=user_manager.session_username()) | safe }} This operation cannot be undone.
{% endif %} {%if success %} {% endif %} {% endblock %}