{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "You are banned" %} | {{ block.super }}{% endblock %} {% block meta_description %}{% trans "You are banned from accessing this page." %}{% endblock meta_description %} {% block content %}
highlight_off
{% if ban.message.html %}
{{ ban.message.html|safe }}
{% else %}

{{ ban.message.plain }}

{% endif %}
{% endblock content %}