{% extends '_base.html' %} {% load helpers %} {% block content %}
Name | {{ cluster.name }} |
Type | {{ cluster.type }} |
Group | {% if cluster.group %} {{ cluster.group }} {% else %} None {% endif %} |
Virtual Machines | {{ cluster.virtual_machines.count }} |