{% extends 'lti_app/base.html' %} {% load static %} {% block content %} {% if LMS %}
{% for item in LMS %} {% endfor %}
LMS Name URL
{{ item.pk }} {{ item.name }} {{ item.url }}
{% else %} {% endif %} {% endblock %}