{% extends 'base.html' %} {% load buttons %} {% load static %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block title %}{{ object }}{% endblock %} {% block header %}
{% plugin_buttons object %} {% if perms.virtualization.add_clustergroup %} {% clone_button object %} {% endif %} {% if perms.virtualization.change_clustergroup %} {% edit_button object %} {% endif %} {% if perms.virtualization.delete_clustergroup %} {% delete_button object %} {% endif %}

{{ object }}

{% include 'inc/created_updated.html' %}
{% custom_links object %}
{% endblock %} {% block content %}
Cluster Group
Description {{ object.description|placeholder }}
Clusters {{ cluster_table.rows|length }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% plugin_left_page object %}
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 %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}