@if (notification) {
{{ 'Dettaglio Notifica' | translate }} #{{ notification.usrnot_id }}
@if (!editing) { @if (!notification.usrnot_dateread) { } } @else { }
{{ 'Informazioni Generali' | translate }}
{{ notification.usr_lastname }} {{ notification.usr_firstname }}
{{ notification.usr_mail || '-' }}
@if (editing) { } @else { {{ notification.usrnot_type }} }
@if (editing) {
} @else { {{ getChannelLabel() }} }
@if (editing) { } @else { {{ notification.usrnot_title }} }
{{ notification.usrnot_dateins | date:'dd/MM/yyyy HH:mm' }}
{{ notification.usrnot_datesent ? (notification.usrnot_datesent | date:'dd/MM/yyyy HH:mm') : '-' }}
{{ notification.usrnot_dateread ? (notification.usrnot_dateread | date:'dd/MM/yyyy HH:mm') : '-' }}
{{ 'Messaggio' | translate }}
@if (editing) {
} @else { @if (notification.usrnot_message_it) {
{{ notification.usrnot_message_it }}
} @if (notification.usrnot_message_html_it) {
} @if (!notification.usrnot_message_it && !notification.usrnot_message_html_it) {

{{ 'Nessun messaggio' | translate }}

} } @if (notification.usrnot_image || editing) {
{{ 'Immagine' | translate }}
@if (editing) { @if (!imagePreview && !editData.usrnot_image) { } @else {
preview @if (imageUploading) {
}
@if (!imagePreview) {
} } } @else { @if (notification.usrnot_image) {
immagine notifica
} } }
{{ 'Dettagli Invio' | translate }}
{{ notification.usrnot_numattempts }}
{{ notification.usrnot_intervalresent }}
@if (notification.usrnot_responseschedule && isFailed()) {
{{ notification.usrnot_responseschedule }}
}
}