{% extends "maasserver/base.html" %} {% block nav-active-node-list %}active{% endblock %} {% block title %}Nodes{% endblock %} {% block page-title %}{{ paginator.count }}{% if input_query or input_test %} matching{% endif %} node{{ paginator.count|pluralize }} in {% include "maasserver/site_title.html" %}{% endblock %} {% block header-search %}{% endblock %} {% block html_includes %}{% include "maasserver/snippets.html" %} {% endblock %} {% block head %} {% endblock %} {% block content %}
{% csrf_token %} Bulk action:  {{ form.action }} {% if form.zone %} {% endif %} {% for field in form %} {% if field.errors %} {{ field.errors }} {% endif %} {% endfor %}
{% if input_query_error %}

{{input_query_error}}

{% endif %} {% include "maasserver/nodes_listing.html" with sorting="true" actions="true"%} {% include "maasserver/pagination.html" %}
+ Add node
View enlistment preseed
{% endblock %}