{#snippet row(viewName: string, imageCount: number, videoCount: number, totalCount: number)} {viewName} {imageCount} {videoCount} {totalCount} {/snippet}

{$t('photos_and_videos')}

{@render row($t('timeline'), timelineStats.images, timelineStats.videos, timelineStats.total)} {@render row($t('favorites'), favoriteStats.images, favoriteStats.videos, favoriteStats.total)} {@render row($t('archive'), archiveStats.images, archiveStats.videos, archiveStats.total)} {@render row($t('trash'), trashStats.images, trashStats.videos, trashStats.total)}
{$t('view').toLocaleString()} {$t('photos').toLocaleString()} {$t('videos').toLocaleString()} {$t('total').toLocaleString()}

{$t('albums')}

{$t('owned')} {$t('shared')}
{albumStats.owned.toLocaleString()} {albumStats.shared.toLocaleString()}