{% extends "admin/base_site.html" %} {% load static i18n wpadmin_tags %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block title %}{% trans "Password reset" %} | {% wpadmin_render_custom_title %}{% endblock %} {% block content %}{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}
{% endblock %}