{% extends "django_cradmin/standalone-base.django.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load staticfiles %} {% block body %}

{% trans "Sign in" %}

{% crispy form form.helper %}

{# #} {# {% trans "Forgot your password?" %}#} {# #}

{% endblock body %}