{% load i18n %} {# Set value display template #}
| {% trans "Member" %} | {% if allow_key_edit %}{% trans "Actions" %} | {% endif %}
|---|---|
{{ member }} |
{% if allow_key_edit %}
{% endif %} |
{% trans "Set editing is not supported in this interface. Use Redis CLI or other tools for complex set operations." %}