{% blocktrans with error=type_data.error %}Could not load value for this key: {{ error }}{% endblocktrans %}
{% endif %} {% if opaque_type %} {% include "admin/django_cachex/key/key_detail_opaque.html" %} {% elif 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 %} {% include "admin/django_cachex/key/_key_detail_actions.html" %} {% if can_delete %} {% endif %}