{% extends "cradmin_resetpassword/base.django.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block subtitle %} {% trans "Find your account" %} {% endblock subtitle %} {% block pageheader-inner %}

{% trans "Find your account" %}

{% trans "Type in your email-address" %}

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