{% extends "cradmin_legacy/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 CRADMIN_LEGACY_FORGOTPASSWORD_URL %} {% endif %} {% endblock content %}