{% extends "base.html" %} {% load i18n extra_filters %} {% load crispy_forms_tags %} {% block content %}

{% trans "If an account with this email address exists you will receive a link to assign a new password" %}

{% include 'login.html' %}
{% endblock %}