{% extends 'master.twig' %} {% set title = 'You are banned!' %} {% block content %}

You got dunked on!

{% 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('D Y-m-d H:i:s T') }}.
  • {% if ban.expires %}This ban expires on {{ ban.expires|date('D Y-m-d H:i:s T') }}.{% else %}You are permanently banned.{% endif %}
  • {% if ban.expires %}
  • You were banned by {{ ban.issuer.username }}.
  • {% endif %}
{% endblock %}