{% load static %} {% include 'bases/head_base.html' %}
Manage Users |
| Username | Real name | Email address | Current task | |
|---|---|---|---|---|
| {{ usr.username }} | {{ usr.first_name }} {{ usr.last_name }} | {{ usr.email }} | {{ usr.profile.current_task }} | {% if usr.is_superuser and not user.profile.server_owner %} Cannot delete the account of a superuser unless using server owner account {% elif usr == user %} Cannot delete your own account {% else %} {% endif %} |