{% if field.bs_type == 'checkbox' %} {% include './widgets/checkbox.html' %} {% elif field.bs_type == 'radio' %} {% include './widgets/radio.html' %} {% else %} {% include './input.html' %} {% endif %}