{% extends "maasserver/base.html" %} {% block nav-active-cluster-list %}active{% endblock %} {% block title %}{{ status_name }} clusters{% endblock %} {% block page-title %}{{ current_count }}{% if input_query %} matching{% endif %} {{ status_name|lower }} cluster{{ current_count|pluralize }} in {% include "maasserver/site_title.html" %}{% endblock %} {% block header-search %}{% endblock %} {% block content %}

{{ title }}

{% 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" %}
{% if status == statuses.PENDING %}
{% csrf_token %}
{% csrf_token %}
{% endif %}
{% endblock %}