@if (router.url.split(';')[0] !== '/player') { } @else { }
@if (postsService.config?.Extra.enable_notifications) { } @if (!postsService.config?.Advanced.multi_user_mode || postsService.isLoggedIn) { } @if (allowThemeChange) { }
@if (postsService.config && (!postsService.config.Advanced.multi_user_mode || postsService.isLoggedIn)) { Home } @if (postsService.config && postsService.config.Advanced.multi_user_mode && !postsService.isLoggedIn) { Login } @if (postsService.config && allowSubscriptions && postsService.hasPermission('subscriptions')) { Subscriptions } @if (postsService.config && enableDownloadsManager && postsService.hasPermission('downloads_manager')) { Downloads } @if (postsService.config && postsService.hasPermission('tasks_manager')) { Tasks } @if (postsService.config && postsService.hasPermission('settings')) { Settings } @if (postsService.config && allowSubscriptions && postsService.subscriptions && postsService.hasPermission('subscriptions')) { @if (postsService.subscriptions.length > 0) { } @for (subscription of postsService.subscriptions; track subscription) { {{subscription.name}} } }