{% import "components/login_wall.html" as login_wall %} {% extends "simple.html" %} {% set title = "LTI 1.3 Tool Integrations" %} {% block content %} {% call login_wall.wrapper(isLoggedIn) %} {% for platform in platforms %} {% endfor %}
URI Issuer Client Id Deployment Id
{{ platform.uri }} {{ platform.issuer }} {{ platform.client_id }} {{ platform.deployment_id }} edit delete
{% endcall %} {% endblock %}