{% extends "admin/base_site.html" %} {% load messaging_tags i18n %} {% block breadcrumbs %}{% if not is_popup %}
{% endif %}{% endblock %} {% block content %} {% show_messages %}[Cache Stats] [Delete from Cache]
{% for key in cached_keys %}{{ key }}, {% endfor %}
{% endblock %}