{% extends "aristotle_mdr/user/userHome.html" %} {% load i18n %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='steward_orgs' %} {% endblock %} {% block page %}

{% block title %}Stewardship Organisations{% endblock %}

{% include "aristotle_mdr/helpers/paginated_organisation_list.html" with page=object_list show_all=True show_stewardship_organisations=True %}
{% endblock %}