{% trans 'This key does not exist yet. Use the operations below to add your first item and create the key.' %}
{% endif %} {% if key_exists or create_mode %} {% if key_type == 'list' %} {% include "admin/django_cachex/key/key_detail_list.html" %} {% elif key_type == 'hash' %} {% include "admin/django_cachex/key/key_detail_hash.html" %} {% elif key_type == 'set' %} {% include "admin/django_cachex/key/key_detail_set.html" %} {% elif key_type == 'zset' %} {% include "admin/django_cachex/key/key_detail_zset.html" %} {% elif key_type == 'stream' %} {% include "admin/django_cachex/key/key_detail_stream.html" %} {% else %} {% include "admin/django_cachex/key/key_detail_string.html" %} {% endif %} {% endif %} {% if key_exists %} {% endif %}