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