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

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

{% include "FOSUserBundle:Resetting:request_content.html.twig" %}
{% endblock %} {% block footer %} {% endblock %}