{% extends "base.html" %} {% block title %}HTTP Content Check Group Edit {% endblock %} {% block content %}

HTTP Content Check Group Edit (Back to List)

{% csrf_token %}
{{ form.phccg_name.label }} {{ form.phccg_name }}
{{ form.phccg_enabled.label }} {{ form.phccg_enabled }}
{{ form.errors }}
{% csrf_token %}

HTTP Content Check Group Contents (Add)

{% for o in phccgc_list %} {% endfor %}
Content Check Action
{{ o.phccgc_content }} {{ o.phccgc_type }} Remove

{% endblock %}