{% extends "django_cradmin/layouts/standalone/focused.django.html" %} {% load crispy_forms_tags %} {% load i18n %} {#{% load staticfiles %}#} {% block title %} {% trans "Sign in" %} {% endblock title %} {% block pageheader-inner %}

{% trans "Sign in" %}

{% endblock pageheader-inner %} {% block content %} {% crispy form formhelper %} {% if DJANGO_CRADMIN_FORGOTPASSWORD_URL %} {% endif %} {% endblock content %}