{% 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

{% endblock %}