{% extends "layout.html.twig" %}
{% trans_default_domain 'FOSUserBundle' %}
{% block content %}
{% embed "embed/page.html.twig" %}
{% block page_title %}
JelszĂłvĂĄltoztatĂĄs
{% endblock %}
{% block page_content %}
{{ form_start(form, { 'action': path('fos_user_change_password') }) }}
{{ form_widget(form) }}
{{ form_rest(form) }}
{{ form_end(form) }}
{% endblock page_content %}
{% endembed %}
{% endblock content %}