{% extends "aristotle_mdr/stewards/base.html" %} {% load i18n aristotle_tags util_tags %} {% block title %}{{ stewardship_organisation }}{% endblock %} {% block steward_content %}
{% if stewardship_organisation.description %} {{ stewardship_organisation.description|bleach }} {% else %} No description for this organisation available. {% endif %}
{% endblock %}