{% extends "layout.html" %} {% block title %}{{ _('Your account has been reactivated') }}{% endblock %} {% block preheader %}{{ _('Your account has been reactivated') }}. {{ _('You can now use all the features on FitTrackee') }}.{% endblock %} {% block content %}
{{ _('Your account has been reactivated') }}. {{ _('You can now use all the features on FitTrackee') }}.
{% if reason %}{{ _('Reason:') }} {{ reason }}
{% endif %}{% endblock %}