{% extends "layout.html" %} {% block title %}Password reset request{% endblock %} {% block preheader %}Use this link to reset your password. The link is only valid for {{ expiration_delay }}.{% endblock %} {% block content %}

Hi {{username}},

You recently requested to reset your password for your account. Use the button below to reset it. This password reset link is only valid for {{ expiration_delay }}.

{% if operating_system and browser_name %}For security, this request was received from a {{operating_system}} device using {{browser_name}}. {% endif %}If you did not request a password reset, please ignore this email.

Thanks,
The FitTrackee Team

{% endblock %}