{% extends "base.html" %} {% load indicator %} {% block title %}Hosts{% endblock %} {% block content %}

Hosts

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