{% extends 'layouts/layout_base.html' %} {% block body_content %}
{% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %}

Are you sure that you want to delete this pool configuration?

Pool Configuration Name: {{ entry.name|escape }}
{% if pools %}
Warning: {{ pools|length }} associated (disabled) pools will be deleted as well.
{% endif %}
{% endblock body_content %}