Всего: {{ pagination.total }}
На странице:
{% for p in posts %} {% endfor %} {% if not posts %} {% endif %}
# Источник Этап Пост 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 }}
{{ p.ai_badge.label }} {{ p.ai_badge.sublabel }}

Нет данных по заданным фильтрам

{% if pagination.pages > 1 %}
{{ pagination.page }} из {{ pagination.pages }}
{% endif %}