Puzzles
Dashboard
{#if !$auth.info}
{:else if $auth.info?.active}
{:else if new Date(String($auth.info.endTime)) < new Date()}
Contest Over
{:else}
Starting Soon
{/if}
{#if $auth.info?.active}
{#each questions || [] as question}
{/each}
{:else}
The Contest is not Currently Active
{/if}