{% extends 'main.html' %} {% block header %}Confirm cache clearing{% endblock %} {% block content %} {% if not done %}
{% else %}
All the cache items have been removed.
{% endif %} {% endblock %}