{% extends "base.html" %} {% block title %}Accounts ยท XMR Administration{% endblock %} {% block content %}
Account administration on {{ accounts|length }} registered account{% if accounts|length != 1 %}s{% endif %}.
| ID | Username | Wallet | Status | Created | |
|---|---|---|---|---|---|
| {{ account.user_id }} | {{ account.username }} | {{ account.wallet_address }} |
{{ account.status }} | {{ account.created_at }} | Edit |
| No accounts have been created. | |||||