{#if mounted && pwaStore.isStandalone}
{#if showTooltip}
{#if pwaStore.isOfflineAvailable}
{labels.offlineReady}
{pwaStore.recipeCount} {labels.recipes} {#if pwaStore.lastSyncDate}
{labels.lastSync}: {formatDate(pwaStore.lastSyncDate)} {/if}
{:else}
{labels.syncForOffline}
{/if} {#if pwaStore.isSyncing && pwaStore.syncProgress}
{pwaStore.syncProgress.message}
{#if pwaStore.syncProgress.imageProgress}
{/if}
{/if} {#if pwaStore.error}
{pwaStore.error}
{/if}
{/if}
{/if}