{% extends "base.html" %} {% block main %}
TxID | Address | Amount | Confirmations | Time | |
---|---|---|---|---|---|
{# coinbase txs are 'immature' until 100 confs #}
{% if tx['category'] == 'immature' %}
|
{{tx["txid"]}} | {{tx["address"]}} | {{tx["amount"]}} | {%if tx["confirmations"] == 0 %} Pending {% else %} {{tx["confirmations"]}} {% endif %} | {{tx["time"] | datetime}} |