{% with hide_label=True extra_field_classes="mt-2 mb-2" form_template="ddm_core/form_components/_basic_field.html" %} {% include form_template with field=form.index %} {% include form_template with field=form.combinator %} {% include form_template with field=form.source %} {% include form_template with field=form.condition_operator %} {% include form_template with field=form.condition_value %} {% include form_template with field=form.DELETE %} {% endwith %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %}