{{ card_header }} Node Groups
{% for node_group in node_groups %}

Type {{ node_group.templateType|title }}
Scaling Mode {{ node_group.scalingMode|title }}
SLB Access {% if node_group.isSLBAccessEnabled %} Enabled {% else %} Disabled {% endif %}
Features {{ node_group.features|join:", "|title|placeholder }}
{% csrf_token %}
{% endfor %}