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