{#if $initq.fetching}
{#if user.name}
Username
{scrambleNames ? scramble(user.username) : user.username}
{/if}
{#if user.email}
Name
{scrambleNames ? scramble(user.name) : user.name}
{/if}
Email
{user.email}
Total Jobs
{formatNumber($stats.data.jobsStatistics[0].totalJobs)} Jobs
Short Jobs
{formatNumber($stats.data.jobsStatistics[0].shortJobs)} Jobs
Total Walltime
{formatNumber($stats.data.jobsStatistics[0].totalWalltime)} Hours
{#if hasAccHours}
Total Core Hours
{formatNumber($stats.data.jobsStatistics[0].totalCoreHours)} Hours
{/if}
Total Accelerator Hours
{formatNumber($stats.data.jobsStatistics[0].totalAccHours)} Hours