{% extends "base.html" %} {% block content %}
{{ text|safe }}
LIST VIEW
Show
related
Simpler
List
{% if view == 'list' %} THIS IS LIST VIEW {% else %} {% for resource in resources %} {{ resource_with_related(resource, loop, false) }} {% endfor %} {% endif %}
{% endblock %}