{$t('total_usage').toUpperCase()}
{$t('photos').toUpperCase()}
{$t('videos').toUpperCase()}
{$t('storage').toUpperCase()}
{$t('user_usage_detail').toUpperCase()}
| {$t('user')} | {$t('photos')} | {$t('videos')} | {$t('usage')} |
|---|---|---|---|
| {user.userName} | {user.photos.toLocaleString($locale)} | {user.videos.toLocaleString($locale)} | {asByteUnitString(user.usage, $locale, 0)} {#if user.quotaSizeInBytes} / {asByteUnitString(user.quotaSizeInBytes, $locale, 0)} {/if} {#if user.quotaSizeInBytes} ({((user.usage / user.quotaSizeInBytes) * 100).toFixed(0)}%) {:else} (Unlimited) {/if} |