{% extends "base.html" %} {% block pagebanner %}

Are you sure you want to remove {{ object.hostname }}?


{% endblock %} {% block sidebar %} {% include "navbar" %} {% include "logout" %} {% endblock %} {% block content %} {% if host.dhcp %} {% else %} {% endif %} {% if host.outbound_smtp %} {% else %} {% endif %} {% for interface in interfaces %} {% ifnotequal interface.0.hdwr_type 'no' %} {% endifnotequal %} {% for ip in interface.1 %} {% endfor %} {% endfor %}
hostname {{ object.hostname }}
whatami {{ object.whatami }}
netgroup {{ object.netgroup }}
class {{ object.security_class }}
support {{ object.support }}
csi {{ object.csi }}
printq {{ object.printq }}
dhcp y
n
outbound_smtp y
n
primary_user {{ object.primary_user }}
administrator {{ object.administrator }}
location {{ object.location }}
expiration_date {{ object.expiration_date }}

Interface

{{ interface.0.hdwr_type }}
mac_addr {{ interface.0.mac_addr }}
ip_addr {{ ip.ip_addr }}
comments {{ object.comments|linebreaksbr }}
see detailed DNS information for this host

this host is {{ object.status }}
last update on {{ object.last }}
{% endblock %}