{#
 # For the full copyright and license information, please view the
 # docs/licenses/LICENSE.txt file that was distributed with this source code.
 #}
{% extends '@PrestaShop/Admin/Layout/login_layout.html.twig' %}

{% block javascrips %}
  {{ parent() }}
  <script src="{{ asset('themes/new-theme/public/reset_password.bundle.js') }}"></script>
{% endblock %}

{% block content %}
  {{ form_start(resetPasswordForm) }}
    {{ form_row(resetPasswordForm) }}
  {{ form_end(resetPasswordForm) }}

  {{ include('@PrestaShop/Admin/Helpers/password_feedback.html.twig') }}
{% endblock %}
