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

{{ _('You have created an account on FitTrackee.') }} {{ _('Use the button below to confirm your address email.') }}

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