{% if errors %}
{% for err in errors %}

{{ err }}

{% endfor %}
{% endif %} {% if form.errors %}
{{ form.errors }}
{% endif %}