@if ((bookState$ | async)?.loaded === false) {
} @if ((bookState$ | async)?.loaded === true) {
@if (isLibrariesEmpty$ | async) {
@if ((userService.userState$ | async)?.user?.permissions; as permissions) {
@if (permissions.admin || permissions.canManageLibrary) {

{{ t('welcomeTitle') }}
{{ t('welcomeSubtitle') }}

{{ t('welcomeDescription') }}

}
}
} @else {
@if (dashboardConfig$ | async; as config) { @for (scroller of config.scrollers; track scroller.id) { @if (scroller.enabled) { } } } }
}