{#await getEditID()}
{:then _}
{#if schemaInvalid}
{yupErrorMessage}
{:else}
{@html data.title}
{/if}
{$t('words.save')}
{#if selected_question === -1}
{:else}
{/if}
{/await}