{% extends 'base.html' %} {% block title %}{{ t.title_forgot_password }} — PickkerMarket{% endblock %} {% block content %}

{{ t.auth_forgot_password_heading }}

{{ t.auth_forgot_password_body }}

{% if sent %}

{{ t.auth_forgot_password_sent }}

{% endif %}
{% csrf_token %}

← {{ t.auth_back_to_login }}

{% endblock %}