{#if loaded}
{$i18n.t('{{webui_name}} Backend Required', { webui_name: $WEBUI_NAME })}
{$i18n.t( "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend." )}
{$i18n.t('See readme.md for instructions')}
{$i18n.t('or')}
{$i18n.t('join our Discord for help.')}
{ location.href = '/'; }} > {$i18n.t('Check Again')}
{/if}