{#if title || icon}
{#if icon}
{/if} {#if title}
{title.toUpperCase()}
{/if}
{/if} {@render children?.()}
{#if previousTitle}
{ onLeave?.(); onPrevious?.(); }} >
{previousTitle}
{/if}
{ onLeave?.(); onNext?.(); }} >
{nextTitle ?? $t('done')}