TOTAL USAGE
PHOTOS
VIDEOS
STORAGE
USER USAGE DETAIL
| User | Photos | Videos | Usage |
|---|---|---|---|
| {user.userName} | {user.photos.toLocaleString($locale)} | {user.videos.toLocaleString($locale)} | {asByteUnitString(user.usage, $locale, 0)} {#if user.quotaSizeInBytes} ({((user.usage / user.quotaSizeInBytes) * 100).toFixed(0)}%) {:else} (Unlimited) {/if} |