{% set hours = (age.days * 24) + age.hours %} {% set reset_password_url = request.route_url('account.password.reset', token=token) %} {{ user.fullname }}

If you requested a password reset, visit the link below within {{ hours }} hours to finish resetting your password. Otherwise, disregard this message.

{{ reset_password_url }}