{# templates/emails/security/ip_blocked.html.twig #} {% extends 'emails/admin/alert.html.twig' %} {% block title %}IP Bloquée - {{ data.ip_address }}{% endblock %} {% block content %}

{{ type_label }}

Une adresse IP a été bloquée sur le système {{ system_name }}.

{% if data.duration_minutes %} {% endif %} {% if data.metadata.geo_data %} {% endif %} {% if data.metadata.threat_score %} {% endif %}
Adresse IP {{ data.ip_address }}
Raison {{ data.reason }}
Type de blocage {% if data.block_type == 'permanent' %} PERMANENT {% else %} TEMPORAIRE {% endif %}
Durée {{ data.duration_minutes }} minutes
Date de blocage {{ data.blocked_at }}
Localisation {{ data.metadata.geo_data.city|default('Inconnu') }}, {{ data.metadata.geo_data.country|default('Inconnu') }} {% if data.metadata.geo_data.isp %}
ISP: {{ data.metadata.geo_data.isp }} {% endif %}
Score de menace {{ data.metadata.threat_score }}/100
{% if data.metadata.recent_attempts %}

Tentatives Récentes

{% endif %}

Actions Recommandées:

{% endblock %}