diff --git a/files/templates/CHRISTMAS/shadowbanned.html b/files/templates/CHRISTMAS/shadowbanned.html index 2ba5dd00e..57dd54542 100644 --- a/files/templates/CHRISTMAS/shadowbanned.html +++ b/files/templates/CHRISTMAS/shadowbanned.html @@ -25,21 +25,28 @@ {% endblock %} {% block content %} - - +
+ + + + + + + + {% for user in users %} - - - + + + - -{% for user in users %} - - - - - -{% endfor %} + {% endfor %}
#NameShadowbanned by
#NameShadowbanned by{{loop.index}} + + + {{user.username}} + + + {{user.shadowbanned}} +
{{loop.index}}{{user.username}}{{user.shadowbanned}}
{% endblock %}