{% if field.help_text %}
{{ field.help_text }}
{% endif %} {% comment %} Screen readers can try to read elements only containing whitespace, so avoid any whitespace between elements and hide the no-break space. {% endcomment %} {% if field.errors %}{% for error in field.errors %}{{ error }}{% endfor %}{% else %}{% endif %}