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