{% include 'global/header.tpl' %}

You are banned!

{% if ban.reason %}

The following reason was supplied:

{{ ban.reason|raw }}

{% else %}

No reason was supplied.

{% endif %}

Additional information

  • You were banned on {{ ban.issued|date(sakura.date_format) }}.
  • {% if ban.expires %}This ban expires on {{ ban.expires|date(sakura.date_format) }}.{% else %}You are permanently banned.{% endif %}
  • {% if ban.expires %}
  • You were banned by {{ ban.issuer.username }}.
  • {% endif %}
{% include 'global/footer.tpl' %}