Queue Preview
Curated Queue status and post management. Shows all approved posts and their export eligibility.
Approved Posts
| Author | Content | Score | Status | Details |
|---|---|---|---|---|
|
{{ item.post.author_display_name or
item.post.author_username or "Unknown" }}
@{{ item.post.author_username or "unknown" }}
|
{% if item.post.content %} {{ item.post.content[:100] }}{%
if item.post.content|length > 100 %}...{% endif %} {% else
%}
No content
{% endif %}
{% if item.post.hashtags and item.post.hashtags|length > 0 %}
{% for hashtag in item.post.hashtags[:3] %}
#{{ hashtag }}
{% if not loop.last %}ยท{% endif %}
{% endfor %} {% if item.post.hashtags|length > 3 %}
+{{ item.post.hashtags|length - 3 }}
{% endif %}
{% endif %} {% if item.post.media_attachments and
item.post.media_attachments|length > 0 %}
{% for attachment in item.post.media_attachments[:3] %}
{% endif %}
{% if attachment.url or attachment.preview_url %}
{% endfor %} {% if item.post.media_attachments|length > 3 %}
+{{ item.post.media_attachments|length - 3 }}
{% endif %}
|
{{ item.post.spam_score }}
{% if item.post.media_attachments and
item.post.media_attachments|length > 0 %}
{{
item.post.media_attachments|length }}
{% endif %}
|
{{ item.queue_status|title }}
{% if item.queue_status == 'error' and item.error_reason %}
{{ item.error_reason }}
{% endif %}
|
{% if item.queue_status == 'reserved' and item.reserved_at %}
{{
item.reserved_at.strftime('%H:%M:%S') }}
{% elif item.queue_status == 'error' and item.errored_at %}
{{
item.errored_at.strftime('%Y-%m-%d %H:%M') }}
Eligible
{% elif not item.eligible %}
{{ item.exclusion_reason }}
{% endif %}
|
Showing {{ (page - 1) * page_size + 1 }}โ{{ [page * page_size, total_filtered_count] | min }} of {{ total_filtered_count }}
No approved posts yet.