{% extends "maasserver/base.html" %} {% block nav-active-cluster-list %}active{% endblock %} {% block title %}Clusters{% endblock %} {% block page-title %}{{ current_count }} cluster{{ current_count|pluralize }} in {% include "maasserver/site_title.html" %}{% endblock %} {% block header-search %}{% endblock %} {% block content %}

Clusters

{% include "maasserver/cluster_listing_head.html" %} {% for cluster in cluster_list %} {% cycle 'even' 'odd' as cycle silent %} {% include "maasserver/cluster_listing_row.html" with cycle=cycle display_warnings=display_warnings %} {% endfor %}
{% include "maasserver/pagination.html" %}
{% endblock %}