{% macro tx_item(tx) %}
  • Blockheight: {% if tx['type'] == 'pool' %} soon^tm {% elif tx['type'] == 'out' %} hidden {% else %} {{tx['block_height']}} {% endif %}
    {% if tx['type'] in ['in', 'pool'] %} {{tx['txid'][:32]}}... {% else %} {% set lulz = [ 'vodka', 'hookers', 'booze', 'strippers', 'new lambo', 'new ferrari', 'new villa', 'new vacation home', 'new tesla', 'new watch', 'new home cinema set', 'throphy wife', 'drugs'] %} Sent to author. Enjoy the {{ lulz|random }}! {% endif %} {% if tx['type'] in ['in', 'pool'] %} + {% else %} - {% endif %} {{tx['amount_human']|round(3)}} WOW {% if 'amount_usd' in tx %} ➞ $ {{tx['amount_usd']}} {% endif %}
  • {% endmacro %}