{% load static %} {% load filters %}
| 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 }} |