{% extends "layout.html" %} {% block title %}{{ _('Email changed') }}{% endblock %} {% block preheader %}{{ _('Your email is being updated.') }}{% endblock %} {% block content %}

{{ _('You recently requested to change your email address for your FitTrackee account to:') }}

{% endblock %} {% block not_initiated %}{{ _("If this email change wasn't initiated by you, please change your password immediately or contact your administrator if your account is locked.") }}{% endblock %}