{% load i18n %} {# String value display and editing template #}

{% trans 'String Value' %}


{% if allow_key_edit %}
{% csrf_token %}
{% trans 'Edit the string value directly.' %}
{% else %}
{% trans 'Value editing is disabled for this instance.' %}
{% endif %}