{% 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 %}

{% trans %}Enter your email address below and we'll send you password reset instructions.{% endtrans %}

{% if form_errors(form) %} {{ form_errors(form) }} {% endif %} {% for flashMessage in app.session.flashbag.get('notice') %}

{{ flashMessage }}

{% endfor %} {% if form_errors(form.email) %} {{ form_errors(form.email) }} {% endif %}
{{ form_label(form.email) }} {{ form_widget(form.email) }}
{{ form_rest(form) }}
{% endblock %} {% block footer %} {% endblock %}