You have been banned {% if active_ban_info.permanent %}permanently{% else %}for {{ active_ban_info.remainingString }}{% endif %} since .
{% if active_ban_info.publicReason is not empty %}Reason: {{ active_ban_info.publicReason }}
{% endif %}{% extends 'html.twig' %} {% block html_head %} {% include '_layout/meta.twig' %} {% for name, value in get_meta_vars() %} {% if value is not empty %}{% endif %} {% endfor %} {% if main_css_vars is defined and main_css_vars is iterable and main_css_vars is not empty %} {% endif %} {% endblock %} {% set html_body_attrs = { 'class': html_classes('main', main_body_classes|default([])), 'style': global_accent_colour is defined ? ('--accent-colour: ' ~ global_accent_colour) : '', } %} {% block html_body %} {% block main_header %} {% include '_layout/header.twig' %} {% endblock %}
You have been banned {% if active_ban_info.permanent %}permanently{% else %}for {{ active_ban_info.remainingString }}{% endif %} since .
{% if active_ban_info.publicReason is not empty %}Reason: {{ active_ban_info.publicReason }}
{% endif %}