{% endblock %}
{% block content %}
{% show_message "info" _("Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one.") %}
{% if form.errors %}
{% show_message "error" _("Please fix errors in the registration form.") %}
{% endif %}
{% endblock %}