{% if field.help_text %} {{ field.help_text|safe }} {% endif %} {% if field.errors %}
{{ field.errors|join:", "|safe }}
{% endif %}