#{{ p.id }} {% if p.editorial_status == 'accepted' or p.editorial_status == 'published' %}
Принят
{% elif p.editorial_status == 'rejected' or p.editorial_status == 'publish_failed' %}
Отклонен
{% elif p.editorial_status == 'regenerating' %}
В работе
{% else %}
Ожидает
{% endif %}
{{ p.source_name }}
{{ p.posted_at_fmt or p.created_at_fmt }}
AI Оценка: {{ p.qualification_score or "?" }}/10
Категория: {{ p.review_category or "—" }}
Тег: #{{ p.review_source_tag or p.source_tag or "none" }}
{% if p.publication_platforms %}
Куда публикуем:
{% for pub in p.publication_platforms %} {% if pub.url %} {{ pub.label }} {% else %} {{ pub.label }} {% endif %} {% endfor %}
{% endif %}
{{ p.publication_preview_text }}
{% if p.media_items %}
{% for m in p.media_items %} {% if m.type == "photo" and m.url %} {% elif m.url %} {% endif %} {% endfor %}
{% endif %}
ПОСМОТРЕТЬ ИСХОДНИК И ЗАМЕТКИ
Оригинальный текст
{{ p.raw_text }}
AI Заметки / Резолюция
{{ p.rewrite_notes or p.qualification_reason or "—" }}
{% if p.editor_notes %}
Заметка редактора: {{ p.editor_notes }}
{% endif %}
{% if p.editorial_status in ['pending', 'ai_review', 'reviewing'] %}
{% endif %}

Редактирование поста #{{ p.id }}

{{ p.source_name }} • {{ p.posted_at_fmt or p.created_at_fmt }}
Оригинал:
{{ p.raw_text }}
AI-Предложение:
{{ p.rewritten_text }}