{% extends "base.html" %} {% block title %}Accounts ยท XMR Administration{% endblock %} {% block content %}

Accounts

Account administration on {{ accounts|length }} registered account{% if accounts|length != 1 %}s{% endif %}.

{% for account in accounts %} {% else %} {% endfor %}
IDUsernameWalletStatusCreated
{{ account.user_id }} {{ account.username }} {{ account.wallet_address }} {{ account.status }} {{ account.created_at }} Edit
No accounts have been created.
{% endblock %}