{% extends "aristotle_mdr/base.html" %} {% load aristotle_tags util_tags humanize %} {% load static from staticfiles %} {% block title %}{{ stewardship_organisation }}{% endblock %} {% block content %}

{{ stewardship_organisation.name }}

{% if group %} {% include "stewards/helpers/tabs.html" with active_tab=active_group_page|default:"home" %} {% endif %} {% block steward_content %} {% endblock %} {% endblock %}