{% if node_list|length %} {% if sorting == "true" %} {% else %} {% endif %} {% for node in node_list %} {% endfor %}
FQDN MAC Status FQDN MAC Status
{{ node.fqdn }} {% for macaddress in node.macaddress_set.all reversed %} {{ macaddress }}{% if not forloop.last %},{% endif %} {% endfor %} {{ node.display_status }}
{% endif%}