{% extends "base.html" %} {% block html_title %}Client list{% endblock %} {% block page_title %}Client list{% endblock %} {% block content %} {% for object in object_list %} {% endfor %}
Hostname Address Available
{{ object.host_name }} {{ object.ip_address }} {{ object.is_unreachable|yesno:"No,Yes" }}

Home

{% endblock %}