{% extends "base.html" %} {% block content %} {% for collection_type, collection_list in collections.items() %}

{{ collection_type }}

{% else %}

No collections found. This should not happen, please contact support.

{% endfor %} {% endblock content %}