{% extends "admin/base_site.html" %} {% load i18n static django_cachex_admin %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block bodyclass %}{{ block.super }} app-django_cachex model-key change-form{% endblock %} {% block breadcrumbs %} {% url "admin:index" as index_href %} {% url "admin:django_cachex_cache_changelist" as cache_list_href %} {% cachex_breadcrumbs _("Home") index_href _("Caches") cache_list_href cache_name key_list_href _("Add Key") %} {% endblock %} {% block object-tools %}{% include "admin/django_cachex/key/_add_object_tools.html" %}{% endblock %} {% block content %} {% cachex_tools_in_header as tools_in_header %} {% if not tools_in_header %}{% include "admin/django_cachex/key/_add_object_tools.html" %}{% endif %}
{% csrf_token %}

{% trans "Key Details" %}

{% trans "The unique identifier for this cache entry." %}
{% trans "Select the data type for this key." %}
{% endblock %}