{% load i18n %} {# String value display and editing template #} {% if allow_key_edit %}
{% csrf_token %}
<> {% trans "String Value" %}
{% else %}
<> {% trans "String Value" %}

{% trans "Value editing is disabled for this instance." %}

{% endif %}