{% extends 'layouts/layout_base.html' %} {% block body_content %}
Enable Pool
{% csrf_token %}

Are you sure that you want to enable this instance pool?

Instance Pool Name: {{ pool.config.name|escape }}
{{ coreCount }} instance cores will be allocated.
{% endblock body_content %}