{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block bodyclass %}{{ block.super }} app-django_cachex model-cache change-form{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %}

{% trans 'Key Details' %}

{% trans 'The unique identifier for this cache entry.' %}

{% trans 'Select the data type for this key.' %}

{% endblock %} {% block extrascript %} {{ block.super }} {% endblock %}