{% extends 'base.html' %} {% block content %}

Static Host List

{% if static_host_list %} {% for static_host in static_host_list %} {% endfor %} {% else %} {% endif %}
Hostname IP Address
{{ static_host.hostname }} {{ static_host.ip_address }}

DNS Filter Lists

{% if filter_lists %} {% for filter_list in filter_lists %} {% endfor %} {% else %} {% endif %}
Name Description Hosts Last Update Status Update Edit
{% if filter_list.recommended %} {% endif %} {{ filter_list.name }} {{ filter_list.description }} {{ filter_list.host_count }} {{ filter_list.last_updated|default_if_none:"" }} {% if filter_list.enabled %} {% else %} {% endif %} {% comment %}{% endcomment %}
{% endblock %}