{% extends "maasserver/base.html" %} {% block nav-active-node-list %}active{% endblock %} {% block title %}Nodes{% endblock %} {% block page-title %}{{ node_list|length }} node{{ node_list|length|pluralize }} in {% include "maasserver/site_title.html" %}{% endblock %} {% block site-switcher %}{% endblock %} {% block header-search %}{% endblock %} {% block html_includes %}{% include "maasserver/snippets.html" %} {% endblock %} {% block head %} {% endblock %} {% block content %}
{% comment %}
{% endcomment %} {% if node_list|length %} {% for node in node_list %} {% endfor %}
MAC Status
{% for macaddress in node.macaddress_set.reverse %} {{ macaddress }}{% if not forloop.last %},{% endif %} {% endfor %} ({{ node.hostname }}) {{ node.display_status }}
{% endif%} + Add node
View enlistment preseed
{% endblock %}