{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
Cluster Group
Description {{ object.description|placeholder }}
Clusters {{ cluster_table.rows|length }}
{% endblock content_left_page %} {% block content_right_page %}
Clusters
{% include 'inc/table.html' with table=cluster_table %} {% if perms.virtualization.add_cluster %} {% endif %}
{% include 'inc/paginator.html' with paginator=cluster_table.paginator page=cluster_table.page %}
{% endblock content_right_page %}