{% 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 }}
{% endblock %}