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

HTTP Endpoints (Add)

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