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

Collections

{% csrf_token %}
 
Id
Label
{% for c, v in collections.items %}
{% if auth_delete_coll %} {% else %}   {% endif %}
{{v.title}}
{% endfor %} {% if auth_delete_coll %}
 
{% endif %} {% if auth_create_coll %}
 
 
{% endif %}
{% endblock %}