{% extends 'frontend/machines/machine.html' %} {% load filters %} {% block tabcontent %}
| MAC Address | Primary | Name | Driver Module | Ethernet Type | {% if request.user.is_superuser %}{% endif %} {% for network_interface in machine.networkinterfaces.all %} |
|---|---|---|---|---|---|
| {{ network_interface.mac_address }} | {{ network_interface.primary|boolean_image:15|safe }} | {{ network_interface.name }} | {{ network_interface.driver_module }} | {{ network_interface.ethernet_type }} | {% if request.user.is_superuser %}{% if network_interface.primary %} {% else %} Delete {% endif %} | {% endif %}
| MAC Address | BMC | Comment |
|---|---|---|
| {{ machine.bmc.mac }} | {{ machine.bmc.fqdn }} (http|https) | {{ machine.bmc.comment }} |