{% extends 'app/base.html' %} {% block toast %} {% if errors.non_field_errors %} {% for message in errors.non_field_errors %}
{{ error|escape }}