{% from "macros.html" import make_short %} {% if not transaction.senders %}

Mining Reward

{% for target in transaction.targets-%} {%- endfor %}
Hash {{make_short(transaction.hash,"transaction")}}
Timestamp {{transaction.timestamp}}
Miner {{make_short(target.recipient_pk,"address")}}
Amount {{target.amount}}
{%endif %}