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

{% block title %}Cluster Types{% endblock %}

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