{% extends './layout/default' %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}

{{ 'change_your_password'|_ }}

{% if errors|length > 0 %}
    {% for error in errors.all %}
  • {{ error }}
  • {% endfor %}
{% endif %}
{{ ExpandedForm.checkbox('verify_password','1', true) }}

{{ 'what_is_pw_security'|_ }}

{% include 'partials.password-modal' %} {% endblock %}