{% extends 'base.html' %} {% block content %}

{{ post.title }}

{{ post.text }}

{% if not post.approved %} Approve Reject {% endif %}

Submitted by {{ post.user.username }} at {{ post.timestamp }}

{% if post.get_image_path().endswith('mp4') %} {% else %} SuchWow #{{ post.id }} - {{ post.title }} by {{ post.user.username }} {% endif %}

Payments

Vote for this post by sending WOW to the following address:
{{ post.address }}

{% if qr_code %}

{% endif %}

{{ tips | sum(attribute='amount') | from_atomic }} WOW Received

{% if tips %} {% else %}

No WOW received yet. Show this post some love!

{% endif %}
{% if config.DEBUG %} {{ post.show() }} {% endif %}
{% endblock %}