{% include "talos/widgets/form_prefix.html" %}
{% include "talos/widgets/input_password.html" with field=form.new_password1 only %}
{% include "talos/widgets/input_password.html" with field=form.new_password2 only %}
{% include "talos/widgets/button_submit.html" with translations=translations only %}
{% include "talos/widgets/form_suffix.html" %}
{% endblock %}
{% block body_script %}
{% endblock %}