Всего: {{ pagination.total }}
На странице:
{% for p in posts %} {% endfor %}
# Источник Этап Пост AI
{{ p.id }} {{ p.source_name }}
{{ p.source_platform }} · #{{ p.source_tag or "—" }}
{% if p.posted_at_fmt %}
{{ p.posted_at_fmt }}
{% endif %}
{{ p.stage.label }}
{% if p.error_reason %}
{{ p.error_reason }}
{% endif %}
{{ p.raw_text[:200] }}{% if p.raw_text|length > 200 %}...{% endif %}
{{ p.ai_badge.label }} {{ p.ai_badge.sublabel }}
{% if pagination.has_prev %} {% else %} {% endif %} {% if pagination.has_next %} {% else %} {% endif %}