<div class="ecp-component ecp_ResetPassword">
  <h2 aria-describedby="ecpi_resetpassword_info">{message:ResetPassword/Title}</h2>
  <p id="ecpi_resetpassword_info" class="ecp-summary">{message:ResetPassword/Summary}</p>
  <form class="ecp-form">
    <div class="ecp-form-fieldset">
      <input type="password" name="new_password_1" placeholder="{message:ResetPassword/NewPasswordInput1}" aria-label="{message:ResetPassword/NewPasswordInput1Label}" autocomplete="new-password" required>
      <input type="password" name="new_password_2" placeholder="{message:ResetPassword/NewPasswordInput2}" aria-label="{message:ResetPassword/NewPasswordInput2Label}" autocomplete="new-password" required>
    </div>
    <button data-ecp-action="submit">{message:ResetPassword/SaveButton}</button>
    <div><a href="{message:__forgot_link}" data-ecp-action="forgot">{message:ResetPassword/ForgotLink}</a>
  </form>
</div>