{% extends "aristotle_mdr/stewards/base.html" %} {% load i18n %} {% block title %}Managed Items | {{ stewardship_organisation }}{% endblock %} {% block page_title %}{{ stewardship_organisation }} | Managed Items{% endblock %} {% block steward_content %} {% for type in object_list %} {% endfor %}
Type Count
{{type.model_class.get_verbose_name}} {{type.item_count}}
{% endblock %}