GoblinPay admin

Configuration

Users & balances

{% if balances.is_empty() %}

No tenant users yet.

{% else %} {% for b in balances %} {% endfor %}
UserEndpub (npub)EpochBalance (GRIN)
{{ b.user_id }}{{ b.npub }}{{ b.epoch }}{{ b.balance_grin }}
{% endif %}

Recent payments

{% if payments.is_empty() %}

No payments recorded yet.

{% else %} {% for p in payments %} {% endfor %}
SlateGRINStatusInvoiceUserReceived
{{ p.slate_id }} {{ p.amount_grin }} {{ p.status }} {{ p.invoice_id }} {{ p.user_id }} {{ p.created_at }}
{% endif %}