{{ post.title }}
{{ post.text }}
{% if not post.approved %} Approve Reject {% endif %}Submitted by {{ post.user.username }} at {{ post.timestamp }}
Payments
Vote for this post by sending WOW to the following address:
{{ post.address }}
{% endif %}
{{ tips | sum(attribute='amount') | from_atomic }} WOW Received
{% if tips %}-
{% for tip in tips %}
- {{ tip.amount | from_atomic }} WOW ({{ tip.txid | shorten_address }}) - {{ tip.timestamp | humanize }} {% endfor %}
No WOW received yet. Show this post some love!
{% endif %}