{% extends "sphene/community/base.html" %} {% load i18n %} {% block content %} {% blocktrans %}If you have forgotten your username or password, you can enter your email address here. You will then receive your username and a newly generated password by email.{% endblocktrans %}

{% csrf_token %} {{ form }}
{% endblock %}