${_("You must enter and confirm your new password.")}
${_("The text in both password fields must match.")}
% endif
% if validlink:
% else:
${_("Invalid Password Reset Link")}
${Text(_((
"This password reset link is invalid. It may have been used already. To reset your password, "
"go to the {start_link}sign-in{end_link} page and select {start_strong}Forgot password{end_strong}."
))).format(
start_link=HTML(''),
end_link=HTML(''),
start_strong=HTML(''),
end_strong=HTML('')
)
}