{% extends "layout.html" %} {% block title %}{{ _('Your workout has been suspended') }}{% endblock %} {% block preheader %}{{ _('Your workout has been suspended, it is no longer visible') }}.{% endblock %} {% block content %}
{{ _('Your workout has been suspended, it is no longer visible') }}.
{% if reason %}{{ _('Reason:') }} {{ reason }}
{% endif %}
|
{{ title }} |
{{ workout_date }} |
{{ _('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.") }} {{ workout_url }} |