Post Details
Content
{{ post.content|safe }}
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 }})
Spam Analysis
{% if post.spam_score is not none %} {% set spam_score =
post.spam_score %} {% if spam_score <= 25 %} {% set score_color
= 'text-green-600' %} {% set score_bg = 'spam-score-low' %} {%
set level = 'Low' %} {% elif spam_score <= 50 %} {% set
score_color = 'text-yellow-600' %} {% set score_bg =
'spam-score-medium' %} {% set level = 'Medium' %} {% elif
spam_score <= 75 %} {% set score_color = 'text-orange-600' %} {%
set score_bg = 'spam-score-high' %} {% set level = 'High' %} {%
else %} {% set score_color = 'text-red-600' %} {% set score_bg =
'spam-score-very-high' %} {% set level = 'Very High' %} {% endif
%}
{{ spam_score }}
{{ level }} Risk
Spam Score (0-100)
Lower scores indicate less spam-like content
{% else %}
—
Not Scored
Spam Score (0-100)
{% endif %}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 %}