{% 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)s.', expiration_delay=expiration_delay) }}{% endblock %} {% block content %}

{{ _('You recently requested to reset your password for your FitTrackee account.') }} {{ _('Use the button below to reset it.') }} {{ _('This password reset link is only valid for %(expiration_delay)s.', expiration_delay=expiration_delay) }}

{% endblock %} {% block not_initiated %}{{ _('If you did not request a password reset, please ignore this email.') }}{% endblock %} {% block url_to_paste %}{% endblock %}