{% extends "base.html" %} {% load indicator %} {% block title %}Alert Blackouts{% endblock %} {% block content %}
{% csrf_token %}

Alert Blackouts (Add)

{% load sortheaders %} {% table_header headers %} {% for o in page.object_list %} {% endfor %}
{{ o.ab_description }} {{ o.ab_hostname }} {{ o.ab_object }} {{ o.ab_starttime }} {{ o.ab_endtime }} {{ o.ab_enabled }}
{% include "pagination.html" %} {% endblock %}