{% extends "base.html" %} {% load indicator %} {% block title %}HTTP Profiles{% endblock %} {% block content %}
{% csrf_token %}

HTTP Profiles (Add)

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