{% extends "layout.html" %} {% block title %}Confirm email change{% endblock %} {% block preheader %}Use this link to confirm email change.{% endblock %} {% block content %}

Hi {{username}},

You recently requested to change your email address for your FitTrackee account. Use the button below to confirm this address.

{% if operating_system and browser_name %}For security, this request was received from a {{operating_system}} device using {{browser_name}}. {% endif %}If this email change wasn't initiated by you, please ignore this email.

Thanks,
The FitTrackee Team

{% endblock %}