{% extends "base_generic.html" %} {% block title %}{{ title }}{% endblock %} {% block heading %}{{ title }}{% endblock %} {% block content %}

Collections

{% csrf_token %}

Id

Label

{% for c, v in collections.items %}

{{v.title}}

{% if auth_delete_coll %}

{% endif %}
{% endfor %} {% if auth_delete_coll %}
{% endif %} {% if auth_create_coll %}
{% endif %}
{% endblock %}