{% extends "users/base.html" %} {% set title = _('You\'ve Been Banned') %} {% set classes = 'profile' %} {% block title %}{{ page_title(title) }}{% endblock %} {% block site_css %} {{ super() }} {{ css('user-banned') }} {% endblock %} {% block content %}

{{ title }}

{{ _('You have been banned for the following reasons:') }}

{% trans %}

Click here to appeal this ban.

{% endtrans %}
{% endblock %}