{% extends "pages/abstract/base.html.twig" %} {# Overrides blocks in head of base template #} {% block page_title %}{{translate("PASSWORD.RESET")}}{% endblock %} {% block page_description %}{{translate("PASSWORD.RESET.PAGE")}}{% endblock %} {% block body_attributes %} class="hold-transition login-page" {% endblock %} {% block content %}
{% include "forms/csrf.html.twig" %} {# Prevent browsers from trying to autofill the password field. See http://stackoverflow.com/a/23234498/2970321 #}
{% endblock %} {% block scripts_page %} {{ assets.js('js/pages/set-or-reset-password') | raw }} {% endblock %}