{% 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:') }}
|
{{ text }} |
{{ created_at }} |
{{ _('Workout:') }}
|
{{ title }} |
{{ workout_date }} |