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.
14 lines
390 B
14 lines
390 B
<div> |
|
{{ 'Block:' | trans }} {{ wallet.block }} |
|
/ |
|
{{ 'Balance:' | trans }} {{ wallet.balance }} |
|
{% if wallet.address %} |
|
/ |
|
{% if pool.url %} |
|
<a href="{{ pool.url }}" target="_blank">{{ 'Charge' | trans }}</a>: |
|
{% else %} |
|
{{ 'Charge:' | trans }} |
|
{% endif %} |
|
<pre>{{ wallet.address }}</pre> |
|
{% endif %} |
|
</div> |