{% extends "organization/edit_base.html" %}
{%- set page_heading|trim -%}
{% block page_heading %}
{{ h.humanize_entity_type('organization', group_type, 'create title') or _('Create an Organization') }}
{% endblock %}
{%- endset %}
{% block primary_content_inner %}
{%- call ui.util.call(ui.section, title=page_heading, level=1) -%}
{% block form %}
{{ form | safe }}
{% endblock %}
{%- endcall %}
{% endblock %}