{% extends 'carers/dashboard_layout.html' %} {% load i18n %} {% block title %}{% trans "Manage" %}{% endblock %} {% block custom_main_class %}max-w-4xl{% endblock %} {% block content %}
Organisations Add Organisation
{{ organisation }}
{% if organisation.parent %}Parent: {{ organisation.parent }}
{% endif %}