{% load admin_list static i18n %} {{ fieldset.title }} {% if fieldset.collapse %} expand_more {% endif %} {% trans "Name" %} {% trans "Value" %} {% trans "Default" %} {% trans "Code" %} {% trans "Modified" %} {% for item in config_values %} {{ item.help_text|linebreaksbr }} {{ item.form_field }} {% include "unfold/helpers/form_errors.html" with errors=item.form_field.errors %} {% if item.default %} {% include "unfold/helpers/label.html" with text=item.default %} {% else %} - {% endif %} {% 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 %} {% endfor %}