{#if modal_open}
{ modal_open = false; }} >
{$_("create-a-new-track")}
{$_( "please-provide-the-required-information-to-add-a-new-track" )}
{$_("track-name")}
{#if isTracknameValid}
{$_("track-name-must-not-be-empty")}
{/if}
{$_("track-length-in-m")}
m
{#if isTracklengthValid}
{$_("track-length-must-be-greater-than-0")}
{/if}
{$_("minimum-lap-time-in-s")}
s
{#if !trackMintimevalid}
{$_("minimum-lap-time-must-be-a-positive-number-or-0")}
{/if}
{$_("create")}
{ modal_open = false; }} type="button" class="w-full 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 hidden lg:block" > {$_("cancel")}
{/if}