{% extends "base.html" %} {% load i18n %} {% block content %} {# TODO: Add hero #} {% trans "Connexion par mot de passe" %} {% csrf_token %} {% include "bulma/form.html" with errors=True %} {% trans "Connection" %} {% endblock %}