{% if field.isWrapper %}
{% endif %} {% if field.inputType == "checkbox" or field.inputType == "radio" %} {% endif %} {% if field.label and field.isLabel %} {% endif %} {% if field.inputType == "textarea" %} {%- elif field.inputType == "select" %} {% elif field.inputType != "checkbox" and field.inputType != "radio" %} {% endif %} {% if field.errorText and (field.isErrorTextOn or field.isError) %}
{{- field.errorText }}
{% endif %} {% if field.helpText %}
{{- field.helpText }}
{% endif %} {% if field.isWrapper %}
{% endif %}