{% extends 'virtualization/cluster/base.html' %} {% load helpers %} {% load plugins %} {% block content %}
Cluster
Name {{ object.name }}
Type {{ object.type }}
Group {% if object.group %} {{ object.group }} {% else %} None {% endif %}
Tenant {% if object.tenant %} {{ object.tenant }} {% else %} None {% endif %}
Site {% if object.site %} {{ object.site }} {% else %} None {% endif %}
Virtual Machines {{ object.virtual_machines.count }}
{% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/contacts.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}