{% extends 'backoffice/base.html' %} {% load i18n %} {% block content %} {% if not user_conferencemember %}
Not in {{ conference }}!
{% endif %}
User: {{ object.username }}
{% if not object.is_active %}
DISABLED USER
{% endif %} {% if object.shadow_banned %}
SHADOW BANNED
{% endif %}
Accessibility
Disturbance
{% include 'backoffice/user-sidebar.html' %}
Actions
{% if can_block %}

{% if object.is_active %}🛑
block user

{% endif %}{% endif %} {% if can_block %}

{% if object.is_active %}🛑
shadowban user

{% endif %}{% endif %} {% if can_rename %}

🛴
rename user

{% endif %}

✉
message

{% endblock %}