{% extends "admin/dj_cache_panel/base.html" %} {% load i18n admin_urls static %} {% block breadcrumbs %}
{{ cache_name }}
{{ cache_config.BACKEND }}
{% trans 'Adding keys is not supported for this cache backend.' %}
{% trans 'Enter the name for the new cache key.' %}
{% trans 'Enter the value for the new key. You can use JSON format for complex values (dicts, lists, etc.).' %}
{% trans 'Optional: Set expiration time in seconds. Leave empty to use cache default.' %}