{% extends "base.html" %} {% block pagebanner %}
hostname | {{ host.hostname }} |
whatami | {{ host.whatami }} |
netgroup | {{ host.netgroup }} |
class | {{ host.security_class }} |
support | {{ host.support }} |
csi | {{ host.csi }} |
printq | {{ host.printq }} |
dhcp | {% if host.dhcp %}y | n | {% endif %}
outbound_smtp | {% if host.outbound_smtp %}y | n | {% endif %}
primary_user | {{ host.primary_user }} |
administrator | {{ host.administrator }} |
location | {{ host.location }} |
expiration_date | {{ host.expiration_date }} |
Interface |
{% ifnotequal interface.0.hdwr_type 'no' %}
{{ interface.0.hdwr_type }} |
mac_addr | {{ interface.0.mac_addr }} |
ip_addr | {{ ip.ip_addr }} |
comments |
{{ host.comments|linebreaksbr }} |