{% extends 'security/login.html.twig' %} {% block title %}Reset your password{% endblock %} {% block content %} {{ form_start(requestForm, { 'attr' : { 'class': 'sign-in-form' } }) }} {% for flash_error in app.flashes('reset_password_error') %}