{% extends 'base.html' %} {% load static %} {% block title %}Security Alerts{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ alert.description }}
{% if alert.user %} {% endif %} {% if alert.ip_address %} {% endif %} {% if alert.additional_context %}{{ alert.additional_context|pprint }}
{% if filters.resolved == 'false' %} All security alerts have been resolved. {% else %} No security alerts match your current filters. {% endif %}