{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-2.0-or-later {% endcomment %} {% load i18n static %} {% block content %}
{% for error in form.non_field_errors %} {{ error }} {% endfor %}