{% extends "base.html" %} {% from 'macros.html' import cache_process_steps %} {% block header %}

Cache Clustering

{% endblock %} {% block content %}
{{ cache_process_steps(step) }}
{% for server in servers %} {% endfor %}
{% if step == 1 %} {% elif step == 2 %} {% elif step == 3 %} {% endif %}
{% include "celery_exception_modal.html" %} {% endblock %} {% block js %} {# #} {% endblock %}