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

{{ _('You recently requested to change your email address for your FitTrackee account.') }} {{ _('Use the button below to confirm this address.') }}

{% endblock %} {% block not_initiated %}{{ _("If this email change wasn't initiated by you, please ignore this email.") }}{% endblock %} {% block url_to_paste %}{% endblock %}