{#if modal_open}
{ modal_open = false; }} >
{$_("create-a-new-organization")}
{$_( "please-provide-the-required-information-to-add-a-new-organization" )}
{$_("name")}
{#if !isOrgnameValid}
{$_("organization-name-is-required")}
{/if}
{$_("address")}
{#if address_checked === true}
{$_("address")}
{#if !isAddress1Valid}
{$_("address-is-required")}
{/if}
{$_("apartment-suite-etc")}
{$_("zip-postal-code")}
{#if !iszipcodevalid}
{$_("valid-zipcode-postal-code-is-required")}
{/if}
{$_("city")}
{#if !iscityvalid}
{$_("valid-city-is-required")}
{/if}
{/if}
{$_("create")}
{ modal_open = false; }} type="button" class="mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm" > {$_("cancel")}
{/if}