{% extends "admin/base.html" %} {% block logo %}
| Username | Nick | Admin | Banned | Location | Last Online | Actions |
|---|---|---|---|---|---|---|
| {{ user.username }} | {{ user.nick }} | {% if user.is_admin %}Yes{% else %}No{% endif %} | {% if user.is_banned %}Yes{% else %}No{% endif %} | {{ user.city }}{% if user.country_short %}, {{ user.country_short }}{% endif %} | {{ user.last_online or 'Never' }} | Edit {% if user.is_banned %}Unban{% else %}Ban{% endif %} |
| No users found | ||||||