{% extends "layout.html" %} {% block title %}{{ _('Your archive is ready to be downloaded') }}{% endblock %} {% block preheader %}{{ _('A download link is available in your account.') }}{% endblock %} {% block content %}
{{ _('You have requested an export of your account on FitTrackee.') }} {{ _('The archive is now ready to be downloaded from your account.') }}
|
{{ _("If you're having trouble with the button above, copy and paste the URL below into your web browser.") }} {{account_url}} |