diff --git a/plinth/modules/users/templates/users_list.html b/plinth/modules/users/templates/users_list.html index e1ccde1b1..f4040c66e 100644 --- a/plinth/modules/users/templates/users_list.html +++ b/plinth/modules/users/templates/users_list.html @@ -20,25 +20,42 @@ {% load bootstrap %} -{% block content %} +{% block page_head %} + +{% endblock %} +{% block content %}
{% for user in object_list %} -
- + + + + + {{ user.username }} - - - + {% if not user.is_active %} + + {% endif %}
{% endfor %}