{% if node_list|length %}
{% endif %} | FQDN | MAC | Status | Zone | {% else %}FQDN | MAC | Status | Zone | {% endif %}
---|---|---|---|---|---|---|---|---|
{% endif %} |
{{ node.fqdn }}
{% if node.power_type == '' %} ![]() |
{% for macaddress in node.macaddress_set.all reversed %} {{ macaddress }}{% if not forloop.last %},{% endif %} {% endfor %} | {{ node.display_status }} | {% if node.zone %} {{ node.zone }} {% else %} (Default) {% endif %} |