{#if $initq.data}
Top Users on {cluster.charAt(0).toUpperCase() + cluster.slice(1)}
{#key $topUserQuery.data}
{#if $topUserQuery.fetching}
{/if}
{/key}
{#each $topUserQuery.data.topUser as tu, i}
Legend
User Name
Number of
{/each}
{scrambleNames ? scramble(tu.id) : tu.id}
{#if tu?.name}
{tu[topUserSelection.key]}
Top Projects on {cluster.charAt(0).toUpperCase() + cluster.slice(1)}
{#key $topProjectQuery.data}
{#if $topProjectQuery.fetching}
{/if}
{/key}
{#each $topProjectQuery.data.topProjects as tp, i}
Legend
Project Code
Number of
{/each}
{scrambleNames ? scramble(tp.id) : tp.id}
{tp[topProjectSelection.key]}