{% load i18n %} {# Hash value display template #}
| {% trans 'Field' %} | {% trans 'Value' %} | {% if allow_key_edit %}{% trans 'Actions' %} | {% endif %}
|---|---|---|
{{ field }} |
{% if allow_key_edit %}
{% else %}
{{ value }}
{% endif %}
|
{% if allow_key_edit %}
{% endif %} |
{% trans 'Hash is empty' %}
{% endif %}