{% if field.help_text %}
{{ field.help_text|safe }}
{% endif %}
{% if bulk_nullable %}
{% endif %}
{% elif field|widget_type == 'textarea' and not field.label %}
{{ field }}
{% if bulk_nullable %}
{% endif %}
{% if field.help_text %}
{{ field.help_text|safe }}
{% endif %}
{% elif field|widget_type == 'slugwidget' %}
{{ field }}
{% elif field|widget_type == 'selectspeedwidget' %}
{# This is outside the widget because bootstrap requires a specific order for border-radius purposes.#}