{% 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 }}
{% include "pagination.html" %} {% endblock %}