{% load unfold %}
{% for field in line %} {% with adminform.model_admin.conditional_fields|index:field.field.name as conditional_display %}
{% if has_conditional_display %} {% with field|changeform_condition as field %} {% if field.is_checkbox %} {% include "unfold/helpers/fieldset_row_checkbox.html" %} {% else %} {% include "unfold/helpers/fieldset_row_field.html" %} {% endif %} {% endwith %} {% else %} {% if field.is_checkbox %} {% include "unfold/helpers/fieldset_row_checkbox.html" %} {% else %} {% include "unfold/helpers/fieldset_row_field.html" %} {% endif %} {% endif %}
{% endwith %} {% endfor %}