{% extends "base.html" %} {% block scripts %} {% end %} {% block css %} {% end %} {% block title %}
{{ exchange['name'] }} {% if exchange['is_up'] == True %} | {{ exchange['up_since'].seconds }} seconds ago | {% else %}{% end %} | {{ exchange['balance']['BTC'] }} | {% if exchange['balance']['USD'] %} {{ exchange['balance']['USD'] }} {% elif exchange['balance']['CAD'] %} {{ exchange['balance']['CAD'] }} {% elif exchange['balance']['EUR'] %} {{ exchange['balance']['EUR'] }} {% else %} None {% end %} |
{{ args['system_balances']['BTC'] }} | ||||
{{ args['system_balances']['USD'] }}
{{ args['system_balances']['CAD'] }} {{ args['system_balances']['EUR'] }} |
{{ args['total_fiat'] }} |
{{ account['name'] }} | {{ account['balance'] }} |
Type | Amount | Exchange | Time Began |
{{ tx.transaction_type }} | {{ tx.amount }} | {{ tx.exchange.name }} | {{ tx.time_created }} |
Type | Amount | Exchange | Time Began | Confirmations |
{{ tx.transaction_type }} | {{ tx.amount }} | {{ tx.exchange.name }} | {{ tx.time_created }} | {% try %} {{ tx.confirmations() }} {% except %} ERROR {% end %} |
{{ tx.transaction_type }} | {{ round(tx.amount.amount, 4) }} {% if tx.transaction_type == 'DEPOSIT' %} into {% else %} from {% end %} {{ tx.exchange.name }} | {{ tx.time_created }} |
{{ flow['exchange_name'] }} | {{ "%+.2f" % (flow['deposits'] - flow['withdrawals']) }} | (+{{ flow['deposits'] }} -{{ flow['withdrawals'] }}] |