{% extends "admin_base.html" %} {% block copyright %} {% endblock %} {% set body_id = 'user_list' %} {% set page_heading = 'Users' %} {% block body %} {{ super() }}
Username | Name | Action | ||
{% if user.status == 0 %}
![]() ![]() |
{{ user.username }} | {{ user.get_full_name() }} | {{ user.email }} | {% if user.id != 1 and user.status != 0 %} {% endif %} |