{#if loaded}
{#if !['user', 'admin'].includes($user.role)}
Account Activation Pending
Contact Admin for WebUI Access
Your account status is currently pending activation. To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.
{:else if checkVersion(REQUIRED_OLLAMA_VERSION, ollamaVersion ?? '0')}
Connection Issue or Update Needed
Oops! It seems like your Ollama needs a little attention. We've detected either a connection hiccup or observed that you're using an older version. Ensure you're on the latest Ollama version (version {REQUIRED_OLLAMA_VERSION} or higher) or check your connection.
{/if}
{/if}