{{ 'block:' | trans }} {{ wallet.block }}
/
{{ 'balance:' | trans }} {{ wallet.balance }}
{% if boost.address %}
/
{{ 'charge:' | trans }}
{% if explorer.url %}
{{ boost.address }}
{% else %}
{{ boost.address }}
{% endif %}
{% endif %}
{% if mine.pool %}
/
{{ 'mine:' | trans }}
{% if mine.pool.url %}
{{ 'pool' | trans }}
{% endif %}
{% if mine.solo.url %}
|
{{ 'solo' | trans }}
{% endif %}
{% endif %}