{% spaceless %}
{% if field.widget_type == 'checkbox' %}
{{ field }} {% if field.label %}{{ field.label_tag }}{% endif %}
{% else %}
{% if field.label %}{{ field.label_tag }}{% endif %} {{ field }}
{% endif %} {{ field.errors }} {% with help_text=field.help_text %} {% if help_text %}{% include "./help_text.html" %}{% endif %} {% endwith %}
{% endspaceless %}