@if (authService.role() === "admin") {
} @else {
@if (authService.tokenWizard() || authService.containerWizard().enabled) { } @else { }
} @if (showProgressBar()) {
@for (l of loadingUrls(); track l.key) { {{ l.url.slice(1) }}
}
}