{% if field.subform_field and field.display_subform %}

{% with adapter_form=field.subform_field.form %} {% include 'form_fields/form_field.html' %} {% endwith %}
{% endif %}