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