@if (isLoading()) {
} @if (error(); as errorMsg) {
{{ errorMsg }}
} @if (!isLoading() && !error() && statistics(); as stats) {

{{ 'statistics.capturesOverTime' | translate }}

@if (hasTopEntities()) {

@if (isArchive()) { {{ 'statistics.topProviders' | translate }} } @else { {{ 'statistics.topArchives' | translate }} }

@for (item of topEntities(); track item.count) { }
{{ 'common.name' | translate }} {{ 'common.count' | translate }}
{{ getEntityName(item) }} {{ item.count | number }}
}
}