{% extends "aristotle_mdr/stewards/base.html" %} {% load i18n aristotle_tags util_tags %} {% block title %}Collections | {{ stewardship_organisation }}{% endblock %} {% block page_title %}{{ stewardship_organisation }} | Collections{% endblock %} {% block steward_content %}
{% trans 'Collection' %} | {% trans 'Description' %} | {% if can_manage_collections %} | {% endif %} | |
---|---|---|---|---|
{{ item.name }} | {{ item.description|striptags|truncatewords:50 }} | {{ item.collection_set.count }} | {{ item.metadata.all.count }} | {% if can_manage_collections %}Delete | {% endif %}