{% extends 'base.html.twig' %} {% block body_id 'notifiche-eventi' %} {% block body_class 'bg-28 no-zoom' %} {% block body %} {% set r = routes|default({'index':'notifica_evento_index','new':'notifica_evento_new','edit':'notifica_evento_edit','delete':'notifica_evento_delete','toggle':'notifica_evento_toggle'}) %}
{# Stessa cornice grafica della lista dello schedulatore cron: sfondo scuro/trasparente, testo bianco, tabella .table. #}

Notifiche a eventi{% if azienda %} — {{ azienda.nome ?: azienda.ragioneSociale }}{% endif %}

{% for msg in app.flashes('success') %} {% endfor %} {% for msg in app.flashes('error') %} {% endfor %} {% if azienda is null %}
Il tuo utente non è associato a un'azienda: non è possibile configurare le notifiche.
{% endif %}
{% for n in notifiche %} {% else %} {% endfor %}
  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.
{% if azienda %} Nuova » {% endif %}
{% endblock %}