{% 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 %}
Hostname MAC Status
{{ node.hostname }} {{ node.macaddress_set.reverse|first }} {% if node.macaddress_set.count > 1 %} ({{ node.macaddress_set.count|add:"-1" }} more MAC Address{{ node.macaddress_set.count|add:"-1"|pluralize }}) {% endif %} {{ node.display_status }}
{% endif%} Add node {% endblock %}