{% extends 'layouts/layout_base.html' %} {% block title %}Cycle Configuration{% endblock title %} {% block body_content %}
Force Pool Cycle by Configuration
{% csrf_token %}

Are you sure that you want to force a cycle all of the following instance pools?

{% for pool in pools %}
Instance Pool Name: {{ pool.config.name|escape }} ({{ pool.instance_running_count }} instances affected.)
{% endfor %}
{% endblock body_content %}