{{ cluster.cluster_name }}
|
{{ cluster.get_managed_interfaces|length }}
|
{% if warning_no_images and cluster.bootimage_set.count == 0 %}
0
{% else %}
{% if cluster.bootimage_set.count == 0 %}
0
{% else %}
{{ cluster.bootimage_set.count }}
{% endif %}
{% endif %}
|
{{ cluster.node_set.count }} |
|