{% extends "layouts/default.html" %} {% block title %} Alerts {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}
{{ form.csrf_token }}
Loading..
{% include 'modal_escalate.html' %} {% include 'modal_enrichment.html' %} {% include 'modal_new_alert_owner.html' %} {% endblock content %} {% block javascripts %} {% endblock javascripts %}