{% extends "aristotle_mdr_browse/base.html" %} {% load i18n aristotle_tags aristotle_help %} {% block breadcumbs %}
{{ model.get_verbose_name }} - {% help_doc model 'brief' %} - Read more about {{ model.get_verbose_name_plural }}
{% include "aristotle_mdr/helpers/bulk_action_paginated_list.html" with page=page_obj js_select_all=True skip_can_view=True %} {% endblock %}