{% extends "admin/base_site.html" %} {% load i18n static %} {% block title %}{% trans 'Add Key' %} | django-cachex{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}

{% trans 'Add Key' %}

{% csrf_token %}

{% trans 'Key Details' %}

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