{% extends 'lti_app/base.html' %} {% load static %} {% block content %} {% if WIMS %}
{% for item in WIMS %} {% endfor %}
WIMS Name URL LTI-URL
{{ item.pk }} {{ item.name }} {{ item.url }} {{ request.scheme }}://{{ request.get_host }}{% url 'lti:wims_class' item.pk %}
{% else %} {% endif %} {% endblock %}