{% if not wallet.has_ledger %} Ledger backend not wired in this region — no wallet to show. {% else %} {% if wallet.known %}

Balance: ${{ wallet.balance }}

{% else %}

No gateway account yet — balance is $0.00 until the first credit or spend.

{% endif %} Add credit {% if wallet.recent %} {% for entry in wallet.recent %} {% endfor %}
When Kind Amount Reference
{{ entry.when }} {{ entry.kind }} {{ entry.amount }} {{ entry.reference }}
{% endif %} {% endif %}