{% extends CYCLOPE_DEFAULT_TEMPLATE %} {% load i18n crispy_forms_tags %} {% block content %}

{% trans 'Reset Password' %}

{% trans "Forgot your password?" %}

{% trans "Enter your e-mail address in the form below and we will send you a link for resetting your password." %}

{% csrf_token %} {{form|crispy}}
{% endblock %}