{% extends "ui/base.html" %} {% load crispy_forms_tags i18n static ui %} {% block title %}{% translate 'Log in' %}{% endblock %} {% block body_class %}d-flex justify-content-center flex-column{% endblock %} {% block body %}

{{ SITE_TITLE }}

{% if not MODEL_AUTH_IS_DISABLED %} {% crispy form %} {% endif %} {% if not MODEL_AUTH_IS_DISABLED and HOTPOCKET_OIDC_IS_ENABLED %}
{% endif %} {% if HOTPOCKET_OIDC_IS_ENABLED %}
{% csrf_token %}
{% endif %} {% if OPERATOR_EMAIL %}

{% blocktranslate %}For support with your account, contact the instance operator.{% endblocktranslate %}

{% endif %}
{% include "ui/ui/partials/uname.html" %}
{% endblock %}