{% extends "admin/admin_base.html" %} {% from "macros/icon.html" import callout with context %} {% block content %}

User: {{ u.handle() }}

{% if u.banned_at %} {% call callout('spoiler', 'error') %} {{ u.handle() }} is suspended {% if u.banned_until %}until {{ u.banned_until.strftime("%B %d, %Y %H:%M %z") }}{% else %}indefinitely{% endif %}. {% if u.banned_message %}
Ban message: “{{ u.banned_message }}”{% endif %} {% endcall %} {% endif %}

Quick Actions


{% if u.banned_at %} {% else %} {% endif %}

Strikes

{% if strikes %}