{% extends "admin/dj_cache_panel/base.html" %} {% load i18n %} {% block panel_breadcrumbs %} {{ block.super }} › {{ cache_name }} › {{ key }} {% endblock %} {% block panel_content %} {% if not key_exists %}
{% trans "Error" %}
{% trans "This key does not exist in the cache." %}
{{ cache_name }} · {{ cache_config.BACKEND }}
{{ key_value.type }}