{% comment %} Copyright 2013-2023 solidlibs Last modified: 2023-05-17 {% endcomment %} {% load i18n %}
{% include 'django_addons/clips/form_error_handling.html' %}
{% csrf_token %}
{{ form.username }}
{% if not form.this_is_the_login_form.errors %} {{ form.username.errors }} {% endif %}
{{ form.password }}
{% if not form.this_is_the_login_form.errors %} {{ form.password.errors }} {% endif %}