{#if filteredPrompts.length > 0}
{$i18n.t('Suggested')} {:else}
{$WEBUI_NAME} ‧ v{WEBUI_VERSION}
{/if}
{#if filteredPrompts.length > 0} {#each filteredPrompts as prompt, idx (prompt.id || prompt.content)}
dispatch('select', prompt.content)} >
{#if prompt.title && prompt.title[0] !== ''}
{prompt.title[0]}
{prompt.title[1]}
{:else}
{prompt.content}
{$i18n.t('Prompt')}
{/if}
{/each} {/if}