{# Stessa cornice grafica della lista dello schedulatore cron:
sfondo scuro/trasparente, testo bianco, tabella .table. #}
{% if azienda %}
Nuova »
{% endif %}
Notifiche a eventi{% if azienda %} — {{ azienda.nome ?: azienda.ragioneSociale }}{% endif %}
{% for msg in app.flashes('success') %}{{ msg }}
{% endfor %}
{% for msg in app.flashes('error') %}
{{ msg }}
{% endfor %}
{% if azienda is null %}
Il tuo utente non è associato a un'azienda: non è possibile configurare le notifiche.
{% endif %}
| Evento | Oggetto | Destinatari | Azioni | |
|---|---|---|---|---|
| {% if n.abilitato %} Attivo {% else %} Disattivo {% endif %} | {{ n.tipoEventoLabel }} | {{ n.oggetto ?: '(default)' }} | {{ n.destinatariEmails|keys|join(', ') ?: '(nessuno → support)' }} | Modifica |
| Nessuna notifica configurata. | ||||