Armarium @if (searchOpen()) {
}
@if (searchOpen()) {
@if (!hasResults()) {

{{ 'nav.no_results' | translate }}

} @else { @for (cat of searchCategories; track cat.key) { @if (searchResults()[cat.key]?.length) {
{{ cat.labelKey | translate }}
@for (item of searchResults()[cat.key]; track item.id) { }
} } }
}
@if (notifOpen) {
}
@if (notifOpen) {
{{ 'nav.notifications' | translate }} @if (notifService.notifications().length > 0) { {{ notifService.notifications().length }} }
@if (notifService.notifications().length > 0) { }
@if (notifService.notifications().length === 0) {

{{ 'nav.no_notifications' | translate }}

} @else {
    @for (n of notifService.notifications(); track n.event_id + n.event_type) {
  • }
}
}
{{ 'nav.more_coming_soon' | translate }}
@if (avatarDropdownOpen) {
}
@if (avatarDropdownOpen) {
{{ fullName() }} {{ email() }}
  • {{ 'nav.profile' | translate }}
  • {{ 'nav.settings' | translate }}
}