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

{{ SITE_TITLE }}

{% translate "See you later!" %}

{% translate 'Log in' %}

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