{% if form.password.errors or form.username.errors %}
{% if saml2 %}
{% endif %}
{% include "display-form-errors.html" %}
{% endif %}
{% extends "registration/base.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% get_current_language as LANGUAGE_CODE %}
{% block title-page %}{% trans "Login" %}{% endblock %}
{% block navbar-brand %}
{% endblock %}
{% block content %}