{% extends "django_security_monitor/base.html" %} {% block title %}Security Events{% endblock %} {% block topbar_title %}โก Security Events{% endblock %} {% block content %}
| Time | IP | Type | Severity | Method | Path | Score ฮ | User |
|---|---|---|---|---|---|---|---|
| {{ e.timestamp|date:"M d H:i:s" }} | {{ e.ip_address }} | {{ e.get_event_type_display }} {% if e.extra_data.superuser_test %} ๐งช TEST {% endif %} | {{ e.severity }} | {{ e.method }} | {{ e.path }} | {% if e.threat_score_delta %}+{{ e.threat_score_delta|floatformat:0}}{% endif %} | {{ e.user.username|default:"โ" }} |
| โ No events match your filters | |||||||