{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block extra_controls %} {% if perms.virtualization.add_cluster %} Add Cluster {% endif %} {% endblock extra_controls %} {% block content %}
Cluster Group
Name {{ object.name }}
Description {{ object.description|placeholder }}
Clusters {{ clusters_table.rows|length }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/contacts.html' %} {% plugin_right_page object %}
Clusters
{% render_table clusters_table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=clusters_table.paginator page=clusters_table.page %}
{% plugin_full_width_page object %}
{% endblock %}