{% extends "base.html" %} {% load i18n django_bootstrap5 %} {% block title %}{% translate "Log in" %} · {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %} {% include 'form_errors.html' with form=form %} {% bootstrap_field form.username %} {% bootstrap_field form.password %}
{% endblock %}