{% with hide_label=True extra_field_classes="mt-0" %} {% include "ddm_core/form_components/_basic_field.html" with field=form.index %} {% include "ddm_core/form_components/_basic_field.html" with field=form.value %} {% include "ddm_core/form_components/_basic_field.html" with field=form.input_label %} {% include "ddm_core/form_components/_basic_field.html" with field=form.heading_label %} {% include "ddm_core/form_components/_basic_field.html" with field=form.secondary_point %} {% include "ddm_core/form_components/_basic_field.html" with field=form.DELETE %} {% endwith %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %}