@if (accountService.isAdmin$ | async) { @if (downloadService.activeDownloads$ | async; as activeDownloads) { @if (errors$ | async; as errors) { @if (infos$ | async; as infos) { @if (messageHub.onlineUsers$ | async; as onlineUsers) { } } } } }