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

{{ host.hostname }}


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

Interface

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

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