{% extends 'core/base.html' %} {% block content %}
{% csrf_token %}

{{ title }}

{% if can_add_primary_location %} {% else %} {% endif %}

{{ subtitle }}

New Organization

Enter the organization details.

{{ form.as_p }}
{% if can_add_primary_location %}

Primary Location

Optional. Add the organization's primary location now and it will be available immediately under Locations.

{{ location_form.as_p }}
{% endif %}
{% endblock %}