mirror of https://github.com/kevachat/webapp.git
phpkevacoinjs-lessblockchainsymfonycommunicationkevachatdistributed-databasechatwebchatblockchain-chat
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
760 B
25 lines
760 B
<div> |
|
{{ 'block:' | trans }} {{ wallet.block }} |
|
/ |
|
{{ 'balance:' | trans }} {{ wallet.balance }} |
|
{% if boost.address %} |
|
/ |
|
{{ 'boost:' | trans }} |
|
{% if explorer.url %} |
|
<a href="{{ explorer.url }}{{ boost.address }}" target="_blank">{{ boost.address }}</a> |
|
{% else %} |
|
{{ boost.address }} |
|
{% endif %} |
|
{% endif %} |
|
{% if mine.pool %} |
|
/ |
|
{{ 'mine:' | trans }} |
|
{% if mine.pool.url %} |
|
<a href="{{ mine.pool.url }}" target="_blank">{{ 'pool' | trans }}</a> |
|
{% endif %} |
|
{% if mine.solo.url %} |
|
| |
|
<a href="{{ mine.solo.url }}" target="_blank">{{ 'solo' | trans }}</a> |
|
{% endif %} |
|
{% endif %} |
|
</div> |