{% extends "manage/base.html" %} {% load i18n base_tags breadcrumbs generic_delete %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% breadcrumbs "Collection groups:.." collectiongroup %} {% endblock %} {% block content %}

{{ collectiongroup }}

{% with collectiongroup.collection_set.all as collectiongroup_collections %} {% head "Collections" %} {% if collectiongroup_collections %}
{% for collection in collectiongroup_collections %}
{{ collection }}
{% trans "Items parsed" %}: {{ collection.item_set.with_valids.count }}
{% endfor %}
{% else %}

{% trans "There are collections parsed for this collectiongroup" %}

{% endif %} {% endwith %} {% endblock %}