{#if $syncStatus === 'offline'}
{m.sync_offline()}
{:else if $syncStatus === 'syncing'}
{m.sync_syncing()}
{/if}