{# templates/emails/security/generic_alert.html.twig #} {% extends 'emails/admin/alert.html.twig' %} {% block title %}Alerte Sécurité - {{ system_name }}{% endblock %} {% block content %}

{{ type_label }}

Une alerte de sécurité a été déclenchée sur {{ system_name }}.

Type {{ notification_type }}
Priorité {{ priority_label }}
Date {{ formatted_timestamp }}

Détails

{{ data|json_encode(constant('JSON_PRETTY_PRINT')) }}

Note: Consultez les logs système pour plus de détails sur cet événement.

{% endblock %}