{# vim: set ft=htmldjango sw=2 sts=2 #} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}