@if ((loading | async) === true) {
@for (_ of [1, 2, 3, 4, 5]; track $index) {
}
@for (_ of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; track $index) {
}
} @else if ((emptyKb | async) === true) {
@if (uploadInProgress | async) {
} @else {
{{ 'resource.empty.title' | translate }}
{{ 'resource.empty.description' | translate }}
@if (isAdminOrContrib | async) {
}
}
} @else if ((emptyKb | async) === false) {
@if (isMainView) {
} @else if (isProcessedView) {
} @else if (isPendingView) {
} @else if (isErrorView) {
}
}