{% extends "layout.html" %} {% block title %}{{ _('Warning for %(username)s', username=username) }}{% endblock %} {% block preheader %}{{ _('You received a warning') }}.{% endblock %} {% block content %}
{{ _('You received a warning') }}.
{% if reason %}{{ _('Reason:') }} {{ reason }}
{% endif %} {% if comment_url %}{{ _('Comment:') }}
|
{{ text }} |
{{ created_at }} |
{{ _('Workout:') }}
|
{{ 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.") }} {{appeal_url}} |