{% extends "aristotle_mdr/stewards/base.html" %} {% load i18n aristotle_tags util_tags %} {% has_group_perm group "manage_collections" as can_manage_collections %} {% block title %}{{item.name}} Collections | {{ stewardship_organisation }}{% endblock %} {% block steward_content %}

{% block page_title %}{{ stewardship_organisation }} | Collection | {{item.name}}{% endblock %}

{% include "aristotle_mdr/collections/helpers/actionbar.html" %} {% include "aristotle_mdr/publish/helpers/publication_details_panel.html" with item=item show_no_publication=True %}
Description
{{ item.description|bleach }}
{% if type_counts %}
Metadata in this collection:
{% endif %} {% for obj in sub_collections.all %} {% endfor %}
{{obj.name}}
{{ obj.item_type_name }}
{{ obj.description|striptags }}
{% for obj in metadata %} {% endfor %}
{{obj.name}}
{{ obj.item_type_name }}
{% include obj.item.list_details_template with item=obj %}
{% endblock %}