{% extends 'Default/base.html.twig' %} {% block title %} {{'Formateur.T32' | trans}} {% endblock %} {% block breadcrumb1 %} {{'Formateur.T33' | trans}}{% endblock %} {% block breadcrumb2 %} {{'Formateur.T34' | trans}}{% endblock %} {% block content %}
{{ form_start(form,{ 'attr' : {'id': 'formChangePwd', 'novalidate': 'novalidate'}} ) }}
{{'Formateur.T35' | trans}}
{{ form_widget(form.newPassword.first,{'attr': {'class': 'form-control','placeholder': 'Formateur.T36' | trans }}) }}
{{ form_errors(form.newPassword.first) }}
{{ form_widget(form.newPassword.second,{'attr': {'class': 'form-control','placeholder': 'Formateur.T37' | trans }}) }}
{{ form_errors(form.newPassword.second) }}
{% if app.request.locale == 'ar' %} {% else %} {% endif %}
{{ form_end(form) }}
{% endblock %}