{% load i18n %}

{% trans 'Operations' %}

{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}

{% trans 'List Items' %}{% if type_data.length %} ({{ type_data.length }}){% endif %}

{% if type_data.item_entries %}
{% for index, item, sha1 in type_data.item_entries %} {% endfor %}
{% trans 'Index' %} {% trans 'Value' %} {% trans 'Actions' %}
{{ index }}
{% csrf_token %}
{% for index, item, sha1 in type_data.item_entries %} {% endfor %} {% elif type_data.items %}
{% for item in type_data.items %} {% endfor %}
{% trans 'Index' %} {% trans 'Value' %} {% trans 'Actions' %}
{{ forloop.counter0 }} {{ item }}
{% csrf_token %}
{% else %}

{% trans 'List is empty.' %}

{% endif %} {% include "admin/django_cachex/key/key_detail_pagination.html" %}