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

Are you sure that you want to force a cycle for this instance pool?

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