{{define "txdetail"}}{{$cs := .CoinShortcut}}{{$addr := .AddrStr}}{{$tx := .Tx}}
| {{if $vin.Txid}} {{if $vin.Addr}}{{if eq $vin.Addr $addr}}{{$vin.Addr}}{{else}} {{$vin.Addr}}{{end}}{{else}}Unparsed address{{end}} {{formatAmount $vin.Value}} {{$cs}} {{else}}No Inputs (Newly Generated Coins){{end}} |
| {{range $a := $vout.ScriptPubKey.Addresses}} {{if eq $a $addr}}{{$a}}{{else}} {{$a}}{{end}} {{else}} Unparsed address {{end}} {{formatAmount $vout.Value}} {{$cs}} |