{% extends 'base.html.twig' %} {% block title %}Reset your password{% endblock %} {% block body %}
Logo

{{ appname }}

Reset your password

{{ form_start(resetForm) }}
{{ form_row(resetForm.plainPassword, { 'attr': {'class': 'form-control'} }) }}
{{ form_end(resetForm) }}
{% endblock %}