{% extends 'aristotle_mdr/concepts/contentInfoBase.html' %} {% load render_bundle from webpack_loader %} {% load humanize i18n %} {% block title %}Related items for {{ item.name }}{% endblock %} {% block infoContent %}
{% for key, rel in relational_attributes.items %} {{ rel.all }} {% endfor %}
This table show items related to the item {{ item.name }}.
Items shown are based on your current permissions.
{% include "aristotle_mdr/helpers/paginated_list.html" with page=page_obj hide_checkbox=True %}
{% endblock %}