{% extends 'backoffice/base.html' %} {% load i18n %} {% block scripts %} {% endblock %} {% 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
Communication
{% for communication_channel in object.communication_channels.all %} {% csrf_token %} {% endfor %}
Channel Address Verified Notification Public
Edit
{% include 'backoffice/user-sidebar.html' %}
Actions
{% if can_block %}

{% if object.is_active %}🛑
block user

{% else %}
{% csrf_token %}

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

{% if object.is_active %}🛑
shadowban user

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

🛴
rename user

{% endif %} {% if can_block %}

Bulletin Board Messages

{% endif %}

✉
message

{% endblock %}