{i18n.t("common.skip_to_content")}
{i18n.t("lobby.create.title")}
{#if configError !== null}
{configError}
{/if}
{ event.preventDefault(); submit(); }} data-testid="lobby-create-form" >
{i18n.t("lobby.create.game_name_label")}
{i18n.t("lobby.create.description_label")}
{i18n.t("lobby.create.turn_schedule_label")}
{i18n.t("lobby.create.turn_schedule_hint")}
{i18n.t("lobby.create.enrollment_ends_at_label")}
{i18n.t("lobby.create.advanced")}
{i18n.t("lobby.create.min_players_label")}
{i18n.t("lobby.create.max_players_label")}
{i18n.t("lobby.create.start_gap_hours_label")}
{i18n.t("lobby.create.start_gap_players_label")}
{i18n.t("lobby.create.target_engine_version_label")}
{#if formError !== null}
{formError}
{/if}
{submitting ? i18n.t("lobby.create.submitting") : i18n.t("lobby.create.submit")}
{i18n.t("lobby.create.cancel")}