{% extends "lfs/base.html" %} {% load i18n %} {% load lfs_tags %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block section %}password-reset{% endblock %} {% block breadcrumbs %} {% breadcrumbs _("Password reset") %} {% endblock %} {% block content %}

{% trans "Password reset" %}

{% trans "Enter your e-mail address below, and we'll e-mail instructions for setting a new one." %}

{% include "lfs/shop/lfs_form.html" %}
{% endblock %}