{% extends "layout.html" %} {% block title %}{{ _('Warning for %(username)s lifted', username=username) }}{% endblock %} {% block preheader %}{{ _('Your warning has been lifted') }}.{% endblock %} {% block content %}

{{ _('Your warning has been lifted') }}.

{% if comment_url %}

{{ _('Comment:') }}

{% endif %} {% if workout_url %}

{{ _('Workout:') }}

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