{% spaceless %}
{% if field.label %}{{ field.label_tag }}{% endif %} {{ field }} {{ field.errors }} {% with help_text=field.help_text %} {% if help_text %}{{ help_text }}{% endif %} {% endwith %}
{% endspaceless %}