{# This is where all the messages pop up #}
{% for message in messages %} {% endfor %} {% if form %} {% for error in form.non_field_errors %} {% endfor %} {% endif %}