{% extends '_base.html' %} {% load helpers %} {% block content %}
{% if perms.virtualization.add_clustergroup %} Add a cluster group {% endif %}

{% block title %}Cluster Groups{% endblock %}

{% include 'utilities/obj_table.html' with bulk_delete_url='virtualization:clustergroup_bulk_delete' %}
{% endblock %}