{$t('total_usage')}
{$t('photos')}
{zeros(stats.photos)}{stats.photos}
{$t('videos')}
{zeros(stats.videos)}{stats.videos}
{$t('storage')}
{zeros(statsUsage)}{statsUsage}
{statsUsageUnit}
{$t('user_usage_detail')} {$t('user')} {$t('photos')} {$t('videos')} {$t('usage')} {#each stats.usageByUser as user (user.userId)} {user.userName} {user.photos.toLocaleString($locale)} () {user.videos.toLocaleString($locale)} () {#if user.quotaSizeInBytes !== null} / {/if} {#if user.quotaSizeInBytes !== null && user.quotaSizeInBytes >= 0} ({(user.quotaSizeInBytes === 0 ? 1 : user.usage / user.quotaSizeInBytes).toLocaleString($locale, { style: 'percent', maximumFractionDigits: 0, })}) {:else} ({$t('unlimited')}) {/if} {/each}