@if (isDetailOrForm()) {
Scouthub
} @else {
Scouthub
@if (isAuthenticated()) {
@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
}
}