Всего: {{ pagination.total }}
На странице:
{% for p in posts %} {% else %} {% endfor %}
# Источник Этап Пост AI Оценка
#{{ p.id }} {{ p.source_name }}
{{ p.source_platform }} #{{ p.source_tag or "—" }}
{{ p.status }} {% if p.qualification_status %} Квалиф: {{ p.qualification_status }} {% endif %} {% if p.rewrite_status %} Рерайт: {{ p.rewrite_status }} {% endif %}
{% if p.error %}
{{ p.error }}
{% endif %}
{{ p.raw_text }}
{% if p.posted_at_fmt %}
Опубликован: {{ p.posted_at_fmt }}
{% else %}
Создан: {{ p.created_at_fmt }}
{% endif %}
{% if p.qualification_score is not none %}
{{ p.qualification_score }}
{% else %} {% endif %}

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

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