{% load i18n %} {# Set value display template #}

{% trans "Set Members" %} {{ key_data.size }} {% trans "ITEMS" %}

{% if is_paginated %}
{% include "admin/dj_redis_panel/key_detail_pagination_info.html" with collection_type="members" %}
{% endif %} {% if key_data.value %}
{% if allow_key_edit %} {% endif %} {% for member in key_data.value %} {% if allow_key_edit %} {% endif %} {% endfor %}
{% trans "Member" %}{% trans "Actions" %}
{{ member }}
{% csrf_token %}
{% if is_paginated %}{% if has_more or total_pages > 1 %} {% include "admin/dj_redis_panel/key_detail_pagination.html" with collection_type="set" %} {% endif %}{% endif %} {% else %}

{% trans "Set is empty" %}

{% endif %}

{% trans "Set editing is not supported in this interface. Use Redis CLI or other tools for complex set operations." %}