{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block content %}
Cluster Group
Name {{ object.name }}
Description {{ object.description|placeholder }}
Clusters {{ clusters_table.rows|length }}
{% plugin_left_page object %}
{% include 'inc/custom_fields_panel.html' %} {% plugin_right_page object %}
Clusters
{% include 'inc/table.html' with table=clusters_table %}
{% if perms.virtualization.add_cluster %} {% endif %}
{% include 'inc/paginator.html' with paginator=clusters_table.paginator page=clusters_table.page %} {% plugin_full_width_page object %}
{% endblock %}