{% load admin_static admin_list static i18n %}
{% trans "Name" %} |
{% trans "Default" %} |
{% trans "Value" %} |
{% trans "Is modified" %} |
---|---|---|---|
{{ item.name }} {{ item.help_text|linebreaksbr }}
|
{{ item.default|linebreaks }} |
{{ item.form_field.errors }}
{% if item.is_file %}{% trans "Current file" %}: {{ item.value }}{% endif %}
{{ item.form_field }}
{% trans "Reset to default" %} |
{% if item.modified %}
|