@if (selected) { } {{ (selected ? 'Notifica' : 'Notifiche') | translate }}
@if (isAdmin && !selected) { }
@if (selected) {
{{ selected.usrnot_title }}
{{ selected.usrnot_dateins | date: 'dd/MM/yyyy HH:mm' }} {{ getChannelLabel(selected) }}
@if (selected.usrnot_message_html_it) {
} @else if (selected.usrnot_message_it) {
{{ selected.usrnot_message_it }}
} @else {

{{ 'Nessun messaggio' | translate }}

} @if (selected.usrnot_image) { immagine notifica }
} @else { @if (loading && list.length === 0) {
} @if (!loading && list.length === 0) {

{{ 'Nessuna notifica' | translate }}

} @for (item of list; track item.usrnot_id) { } }