{% load i18n %}
{% trans "LTI 1.3 Launches can only be performed from the LMS." %}
{% trans "To set up the LTI integration, you need to register the LMS in the tool with the information provided below." %}
{% trans "Client: " %} {{ client_id }}
{% trans "Deployment ID: " %} {{ deployment_id }}
{% trans "Keyset URL: " %} {{ keyset_url }}
{% trans "OAuth Token URL: " %} {{ token_url }}
{% trans "OIDC Callback URL: " %} {{ oidc_callback }}
{% if deep_linking_launch_url %}{% trans "Deep Linking is configured on this tool." %} {% trans "The Deep Linking configuration stored is presented below:" %}
{{ deep_linking_content_items }}
{% trans "If you run deep linking again, the content above will be replaced." %}
{% endif %}{% trans "You can configure this tool's content using LTI Deep Linking." %} {% trans "To do that, make sure the block is published and click the link below:" %}
{% trans "Deep Linking Launch - Configure tool" %} {% endif %}