{% load unfold %} {% capture as table_actions silent %} Last 24 hours {% if user_admin_urls %} View all {% else %} View all {% endif %} {% endcapture %}
| User | Status | Role | Last Active | Actions |
|---|---|---|---|---|
| {% include 'admin/components/user_avatar.html' with name=user.username email=user.email show_details=True %} | {% include 'admin/components/status_badge.html' with status=user.is_active|yesno:'active,inactive' %} | {% if user.is_superuser %} {% include 'admin/components/status_badge.html' with status='error' text='Admin' icon='admin_panel_settings' %} {% elif user.is_staff %} {% include 'admin/components/status_badge.html' with status='info' text='Staff' icon='manage_accounts' %} {% else %} {% include 'admin/components/status_badge.html' with status='' text='User' icon='person' %} {% endif %} | {{ user.last_login|timesince|default:"Never" }} | |
|
No recent users found |
||||