{% extends "base.html" %} {% load i18n %} {% block title %}{% spaceless %}{% trans "Send new password" %}{% endspaceless %}{% endblock %} {% block content %}
{% trans "Sorry, looks like we have some errors:" %}
{% if form.username.errors %}
{{ form.username.errors|join:", " }}
{% endif %}