{% extends "base.html" %} {% block title %}Host Service Threshold Administration{% endblock %} {% block content %}

Host-specific Service Threshold Add

{% csrf_token %} {% for field in form %} {% endfor %}
{{ field.label_tag }} {{ field }}

{{ form.errors }}

{% endblock %}