{% extends "base.html" %} {% load indicator %} {% block title %}Host Service Matches{% endblock %} {% block content %}
{% csrf_token %}

Host Service Matches (Add)

{% load sortheaders %} {% table_header headers %} {% for o in page.object_list %} {% endfor %}
{{ o.mhsm_hostregex }} {{ o.mhsm_serviceregex }} {{ o.mhsm_description }}
{% include "pagination.html" %} {% endblock %}