{% 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
{% include "misago/errorpages/ban_message.html" %}
{% endblock content %}