{% extends 'base.html' %} {% block title %} Collection Sets {% endblock %} {% block content_header %}

Collection Sets

A collection set is a group of collections around a particular topic or theme. Collections sets are active when there is at least one active collection within them. Collection sets are inactive when all collections have been deactivated and are no longer harvesting.

{% endblock %} {% block content %}
{% for collection_set_key, collection_set_name, collection_set_list in collection_sets_lists %}
{% include "ui/collection_set_list_snippet.html" with collection_type=collection_set_key collection_sets_input=collection_set_list %}
{% endfor %}
{% endblock %}