{% extends 'admin/base.html' -%} {% block content -%}
⚠ Only use queries if you know what you're doing ⚠
| ID | Name | Description | Actions |
|---|---|---|---|
| {{ id }} | Remove |
| ID | Name | Join date | Role | Banned until | Actions |
|---|---|---|---|---|---|
| {{ id }} | {{ name }} | {{ format_time(join_date) }} | {{ ['user', 'moderator', 'admin'][role] if role >= 0 and role <= 2 else role }} | {{ '' if banned_until is none else format_time(banned_until) }} |