{% if field.errors %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% elif field.help_text %} {{ field.help_text }} {% endif %}