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

{% if action_type == "user_suspension" %}{{ _('Your appeal on your account suspension has been rejected') }}{% elif action_type == "user_warning" %}{{ _('Your appeal on your warning has been rejected') }}{% else %}{{ _('Your appeal on the following content suspension has been rejected') }}{% endif %}.

{% if action_type != "user_suspension" and comment_url %}

{{ _('Comment:') }}

{% endif %} {% if action_type != "user_suspension" and workout_url %}

{{ _('Workout:') }}

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