{% extends "base.html" %} {% block body %}
{% if banned_reason %}
× You have been banned!
Reason: {{banned_reason.ban_reason}}
Expire: {{ banned_reason.ban_expire|date }}
{% endif %}
{{locale.title}}
{{locale.subject}}
{{locale.description}}

{% endblock %}