Balance:
{{ w.balance }} {{ w.ticker }}
{{ w.ticker }} USD value:
{% if w.pending %}
Pending:
+{{ w.pending }} {{ w.ticker }}
{% endif %}
{% if w.pending_out %}
Unconfirmed:
-{{ w.pending_out }} {{ w.ticker }}
{% endif %}
{% if w.cid == '1' %} {# PART #}
Blind Balance:
{{ w.blind_balance }} {{ w.ticker }}
{% if w.blind_unconfirmed %}
Blind Unconfirmed:
+{{ w.blind_unconfirmed }} {{ w.ticker }}
Blind Unconfirmed USD value:
{% endif %}
Anon Balance:
{{ w.anon_balance }} {{ w.ticker }}
{% if w.anon_pending %}
Anon Pending:
+{{ w.anon_pending }} {{ w.ticker }}
{% endif %}
{% endif %} {# / PART #}
{% if w.cid == '3' and w.connection_type != 'electrum' %} {# LTC - MWEB not available in electrum mode #}
MWEB Balance:
{{ w.mweb_balance }} {{ w.ticker }}
{% if w.mweb_pending %}
MWEB Pending:
+{{ w.mweb_pending }} {{ w.ticker }}
{% endif %}
{% endif %}
{# / LTC #}
{% if w.cid == '13' %} {# FIRO #}
Spark Balance:
{{ w.spark_balance }} {{ w.ticker }}
{% if w.spark_pending %}
Spark Pending:
+{{ w.spark_pending }} {{ w.ticker }}
{% endif %}
{% endif %}
{# / FIRO #}
Blocks:
{{ w.blocks }}{% if w.known_block_count %} / {{ w.known_block_count }}
{% endif %}
Last Updated:
{{ w.lastupdated }}
{% if w.bootstrapping %}
Bootstrapping:
{{ w.bootstrapping }}
{% endif %}
{% if w.encrypted %}
Locked:
{{ w.locked }}
{% endif %}
Expected Seed:
{{ w.expected_seed }}
{% if w.connection_type == 'electrum' %}
{% if w.scan_status and w.scan_status.in_progress %}
Scanning {{ w.scan_status.status }}
{{ w.scan_status.progress }}%
{% elif w.electrum_synced %}
Electrum Wallet Synced ({{ w.electrum_height }})
{% else %}
Waiting for Electrum Server...
{% endif %}
{% else %}
Blockchain
{{ w.synced }}%
{% endif %}