{% 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 %}

{% has_group_perm group "manage_collections" as can_manage_collections %} {% if can_manage_collections %} Add New Collection {% endif %} {% if can_manage_collections %} {% endif %} {% for item in object_list %} {% if can_manage_collections %} {% endif %} {% endfor %}
{% trans 'Collection' %} {% trans 'Description' %}
{{ item.name }} {{ item.description|striptags|truncatewords:50 }} {{ item.collection_set.count }} {{ item.metadata.all.count }} Delete
{% endblock %}