{% load static %} {% load filters %}
General Information {% if machine.bmc %} {% endif %} {% if machine.serialconsole %} {% endif %} {% if machine.remotepower %} {% endif %}
{% if machine.group %} {% endif %}
FQDN {{ machine.fqdn }}
Architecture {{ machine.architecture.name }}
IPv4 {{ machine.ipv4 }}
IPv6 {{ machine.ipv6|default_if_none:"-" }}
System Type {{ machine.system }}
Comment {{ machine.comment }}
Product Code {{ machine.product_code }}
Serial Number {{ machine.serial_number }}
NDA Hardware {{ machine.nda|boolean_image:15|safe }}
Group {{ machine.group }}
ID {{ machine.id }}