@if (accountInfo()?.user_info?.message) { } @else if (loadState() === 'loading') { }
@if (loadState() === 'ready') { @for (stat of heroStats(); track stat.labelKey) { } } @else { @for (item of skeletonStats; track item) { } }
@if (loadState() === 'error') {

{{ 'PORTALS.ERROR_VIEW.PORTAL_UNAVAILABLE.TITLE' | translate }}

{{ 'PORTALS.ERROR_VIEW.PORTAL_UNAVAILABLE.DESCRIPTION' | translate }}

} @else if (loadState() === 'loading') {
@for (panel of skeletonPanels; track panel) { }
} @else if (accountInfo(); as info) {
}