{% if collection_sets_input%}

{% for collection_set in collection_sets_input %} {% endfor %}
Name Collections Date Added Groups
{{ collection_set.name }} {{ collection_set.num_collections }} collection{{ collection_set.num_collections|pluralize}} {{ collection_set.date_added }} {{ collection_set.group }}
{% else %}

No corresponding collection sets.

{% endif %}