{% extends "header.html" %} {% block body %}

Form Elements


{% for key, value in query.items() %} {% endfor %}
{{ key }} {{ value }}

{{ query.alert_name }}

Rendered Config File


{{ file_path }}

{% for line in file_contents %}

{{ line|safe }}
{% endfor %}


{% endblock %}