Post Details
Content
{{ post.content|sanitize_html }}
Author
{{ post.author_display_name if post.author_display_name else post.author_username if post.author_username else 'Unknown' }}
{% if post.author_username %}@{{ post.author_username }}
{% endif %}Instance
{{ post.instance if post.instance else 'Unknown' }}
Created
{% if post.created_at %} {{ post.created_at.strftime('%B %d, %Y at %H:%M UTC') }} {% else %} Unknown {% endif %}
Fetched
{% if post.fetched_at %} {{ post.fetched_at.strftime('%B %d, %Y at %H:%M UTC') }} {% else %} Unknown {% endif %}
Media Attachments ({{ post.media_attachments|length }})
Engagement
Boosts
{{ post.boosts if post.boosts is not none else 0 }}
Likes
{{ post.likes if post.likes is not none else 0 }}
Replies
{{ post.replies if post.replies is not none else 0 }}
Post Information
Status
{% if post.processed %}
Processed {% else %}
Unprocessed {% endif %}
Post ID
{{ post.post_id if post.post_id else 'N/A' }}
{% if post.stream %}
Stream
#{{ post.stream.hashtag if post.stream.hashtag else
'Unknown' }}
{% endif %} {% if post.url %}
{% endif %}