{% extends "django_cradmin/layouts/standalone/focused.django.html" %} {% load crispy_forms_tags %} {% load i18n %} {#{% load staticfiles %}#} {% block title %} {% trans "Sign in" %} {% endblock title %} {% block page-cover-title %} {% trans "Sign in" %} {% endblock page-cover-title %} {% block content %} {% crispy form formhelper %} {% if DJANGO_CRADMIN_FORGOTPASSWORD_URL %}
{% endif %} {% endblock content %}