@if (isDetailOrForm()) {
Scouthub Magazzino
} @else {
Scouthub Magazzino
@if (isAuthenticated()) { @if (isModeratore()) {
@if (campanellinaAperta()) {
Notifiche @if (countNonLette() > 0) { Segna tutte come lette }
@if (notifiche().length === 0) {
Nessuna notifica
} @else { @for (notifica of notifiche(); track notifica.id) {
{{ notifica.messaggio }}
} }
}
} {{ displayName() }}
Esci
} @else {
Accedi
}
}