{% extends "layout.html" %} {% block title %}{{ _('Your account has been suspended') }}{% endblock %} {% block preheader %}{{ _('Your account has been suspended') }}. {{ _('You can no longer use your account and your profile is no longer accessible') }}.{% endblock %} {% block content %}
{{ _('Your account has been suspended') }}.
{{ _('You can no longer use your account and your profile is no longer accessible') }}. {{ _('You can still log in to request an export of your data or delete your account') }}.
{% if reason %}{{ _('Reason:') }} {{ reason }}
{% endif %}{{ _('If you think this is an error, you can appeal:') }}
|
{{ _("If you're having trouble with the button above, copy and paste the URL below into your web browser.") }} {{appeal_url}} |