{% extends "maasserver/base.html" %} {% block nav-active-settings %}active{% endblock %} {% block title %}Tag: {{ tag.name}}{% endblock %} {% block page-title %}Tag: {{ tag.name}}{% endblock %} {% block content %}

{{ paginator.count }} Node{{ paginator.count|pluralize }}

{% include "maasserver/nodes_listing.html" with sorting="false" actions="false" %} {% include "maasserver/pagination.html" %}
{% endblock %}