{{ 'Nuova Notifica' | translate }}
{{ 'Canale e Destinatari' | translate }}
{{ 'Seleziona canale di invio' | translate }}
Push {{ 'Notifica in-app' | translate }}
Email {{ 'Invia via email' | translate }}
SMS {{ 'Invia via SMS' | translate }}
{{ 'Destinatari' | translate }}
@if (showUserPicker) {
{{ user.usr_lastname }} {{ user.usr_firstname }} ({{ user.usr_username }})
@if (channel === '' && !usersLoading && usersList.length === 0) { {{ 'Nessun utente ha l\'app installata con notifiche push attive' | translate }} }
} @if (showCustomContactInput) {
@if (customContacts.length > 0) {
@for (contact of customContacts; track contact) { {{ contact }} }
}
} @if (totalRecipientCount > 0) {
{{ totalRecipientCount }} destinatar{{ totalRecipientCount === 1 ? 'io' : 'i' }} selezionat{{ totalRecipientCount === 1 ? 'o' : 'i' }}
}
{{ 'Contenuto' | translate }}
@if (activeLang === 'it') { } @else { }
@if (activeLang === 'it') { } @else { }
@if (!imagePreview && !usrnot_image) { } @else {
preview @if (imageUploading) {
}
}
{{ 'Anteprima e Invio' | translate }}
{{ 'Anteprima notifica' | translate }}
@if (channel === '') {
{{ usrnot_title || '(titolo)' }}
{{ previewMessage || '(messaggio)' }}
@if (usrnot_image) { immagine }
} @if (channel === 'M') {
Da: portale@kondorcs.it
Oggetto: {{ usrnot_title || '(titolo)' }}
@if (messagesHtml.it) {
} @else {

{{ previewMessage || '(messaggio)' }}

} @if (usrnot_image) { immagine }
} @if (channel === 'S') {
{{ previewMessage || '(messaggio)' }}
adesso
}
{{ 'Riepilogo invio' | translate }}
{{ 'Canale' | translate }} {{ channelLabel }}
{{ 'Tipo' | translate }} {{ usrnot_type }}
{{ 'Destinatari' | translate }} {{ totalRecipientCount }} ({{ previewRecipientsSummary }})
@if (usrnot_image) {
{{ 'Immagine' | translate }} {{ 'Presente' | translate }}
}