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