{% extends "maasserver/base.html" %} {% block nav-active-node-list %}active{% endblock %} {% block title %}Nodes{% endblock %} {% block page-title %}{{ paginator.count }}{% if input_query %} matching{% endif %} node{{ paginator.count|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 %}
{% if input_query_error %}

{{input_query_error}}

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