{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %}{% trans %}Forgot password{% endtrans %}{% endblock %} {% block body_class %}login{% endblock %} {% block menu %}{% endblock %} {% block content %}

{% trans %}Forgot password{% endtrans %}

{{ form_errors(form) }}

Enter your email address below and we'll send you password reset instructions.

{{ form_label(form.email) }} {{ form_errors(form.email) }} {{ form_widget(form.email) }}
{{ form_rest(form) }}
{% endblock %}