{% extends "root.html" %}{% load i18n %} {% block body %}

{% trans "Login" %}

{% csrf_token %}
{% endblock %}