{% load i18n %}
{{ item.help_text|linebreaksbr }}
{{ item.form_field }} {% include "unfold/helpers/form_errors.html" with errors=item.form_field.errors %} {% include "admin/constance/includes/default_value.html" %} {% include "unfold/helpers/label.html" with text=item.name type="info" %} {% include "unfold/helpers/boolean.html" with value=item.modified %} {% if not item.is_file %} refresh {% endif %}