Loading
{:else if !adminState}{pageError}
{:else if !adminState.hasAdmin}Admin setup
This notebook doesn't have an admin yet. Verify your Deakin email to take ownership of the dashboard.
{#if setupStep === "email"} {:else} {/if}You need to be an admin to view this page.
{#if !adminState.currentUser} Sign in {/if} {:else}Admin
{pageError}
{/if} {#if tab === "overview"} {#if stats}Notes
{stats.totals.notes}
Questions
{stats.totals.questions}
Accounts
{stats.totals.users}
Units
{stats.totals.units}
Posts — last {stats.weeks.length} weeks
All units
{units.length} total{unit.code}{unit.code2 ? ` / ${unit.code2}` : ""}
{unit.name}
All accounts
{users.length} total{user.name}
{user.email}
{userError}
{/if}Account editor
Select an account and choose Edit to change its name, email, or role.
{/if}All notes
{notes.length} total{note.title}
{note.unitCode ? note.unitCode + (note.unitCode2 ? ` / ${note.unitCode2}` : "") : "—"} · {note.authorName} · {timeAgo( note.createdAt, )}
{noteError}
{/if}Note editor
Select a note and choose Edit to update its title or content.
{/if}