{% if field.label %} {% endif %}{% if field.nested %}
{% for subfield in field.nested %}{% with field=subfield nested=1 %}
{% include "_bootstrap/field_snippet.html" %}
{% endwith %}{% endfor %}
{% for error in field.errors %}

{{ error }}

{% endfor %}{% if field.widget != "checkbox" and field.help_text %}

{{ field.help_text }}

{% endif %}
{% else %}
{% include "_bootstrap/field_snippet.html" %}{% for error in field.errors %}

{{ error }}

{% endfor %}{% if field.widget != "checkbox" and field.help_text %}

{{ field.help_text }}

{% endif %}
{% endif %}