{% extends "base.html" %} {% load indicator %} {% block title %}Contact Groups{% endblock %} {% block content %}
{% csrf_token %}

Contact Groups (Add)

{% load sortheaders %} {% table_header headers %} {% for o in page.object_list %} {% endfor %}
{{ o.mcg_name }} {{ o.mcg_description }}
{% include "pagination.html" %} {% endblock %}