Admin Dashboard

{% for user in users %} {% endfor %}
ID Username Status Max Online Active Until Actions
{{ user.id }} {{ user.username }} {{ user.status }} {{ user.max_online }} {{ user.active_until if user.active_until else 'Not Set' }}