{% 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.') }}

{% endblock %} {% block not_initiated %}{{ _("If you did not request the export, please change your password immediately or contact your administrator if your account is locked.") }}{% endblock %} {% block url_to_paste %}{% endblock %}