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

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

Instance Pool Name: {{ pool.config.name|escape }}
{{ pool.instance_running_count }} instances will be terminated immediately.
{% endblock body_content %}