{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} {% endfor %} {% endif %}