{% extends "base.html" %} {% block main %}
TxID | Address | Amount | Confirmations | Time | |
---|---|---|---|---|---|
{%if tx["confirmations"] == 0 %}
|
{{tx["txid"]}} | {{addrlabel}} | {{tx["amount"]}} | {%if tx["confirmations"] == 0 %} Pending {% else %} {{tx["confirmations"]}} {% endif %} | {{tx["time"] | datetime}} | No transactions yet. | {% endif %} |