{% 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:') }}

{% endif %} {% if workout_url %}

{{ _('Workout:') }}

{% if map %}{% endif %} {% endif %}

{{ _('If you think this is an error, you can appeal:') }}

{% endblock %} {% block url_to_paste %}{% endblock %}