{% if field.widget == "text" %} {% include "_bootstrap/fields/text.html" %} {% endif %} {% if field.widget == "recaptcha" %} {% include "_bootstrap/fields/recaptcha.html" %} {% endif %} {% if field.widget == "checkbox" %} {% include "_bootstrap/fields/checkbox.html" %} {% endif %}