Accounts to review
| ID | Username | Type | Status | Created | Action |
|---|---|---|---|---|---|
| {{ u.id }} | {{ u.username }} | {{ u.account_type }} | {{ approval_status_label(u.approval_status) }} | {{ u.created_at }} | |
| No pending seller accounts. | |||||
{% extends 'base.html' %} {% block content %}
| ID | Username | Type | Status | Created | Action |
|---|---|---|---|---|---|
| {{ u.id }} | {{ u.username }} | {{ u.account_type }} | {{ approval_status_label(u.approval_status) }} | {{ u.created_at }} | |
| No pending seller accounts. | |||||
| ID | Username | Type | Status | Balance | Purchases | Sales | Total spent | Total revenue | Details | Activity log | Impersonate |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ u.id }} | {{ u.username }} | {{ u.account_type }} | {{ approval_status_label(u.approval_status) }} | {{ '%.6f'|format(u.wallet_balance) }} | {{ u.purchase_count }} | {{ u.sales_count }} | {{ '%.6f'|format(u.total_spent) }} | {{ '%.6f'|format(u.total_revenue) }} | Open | View | {% if has_admin_permission('can_impersonate_users') and current_user.id != u.id %} {% else %}-{% endif %} |