{% extends "main/main_base.html.twig" %} {% set page_title = "auth.forgot_password.reset.title"|trans %} {% block title %}{{ page_title }}{% endblock %} {% block body %} {% set fields = [{'name':page_title}] %} {% include 'main/common/_header.html.twig' %}
{{ form_start(resetForm) }} {#
#} {#
#} {#
#} {# {{ form_widget(resetForm.plainPassword,{'attr':{'class':'form-control','placeholder':' '}}) }}#} {# #} {#
#} {#
#} {#
#} {{ form_row(resetForm.plainPassword,{'attr':{'class':'form-control'}}) }} {{ form_end(resetForm) }}
{% include "main/Auth/Login/_sidebar.html.twig" %}
{% endblock %}