{% 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 %}
{% endblock %}