#{{ p.id }} {% include "editor_post_status.html" %}
{{ p.source_name }}
{{ p.posted_at_fmt or p.created_at_fmt }}
AI Оценка: {{ p.qualification_score or "?" }}/10
{% if p.publication_platforms %}
Куда публикуем:
{% for pub in p.publication_platforms %} {% if pub.url %} {{ pub.label }} {% elif pub.status == 'published' %} {{ pub.label }} {% else %} {{ pub.label }} {% endif %} {% endfor %}
{% endif %}
{% if p.media_items %} {% set photo_urls = [] %} {% for m in p.media_items %} {% if m.type == 'photo' and m.url %} {% set _ = photo_urls.append(m.url) %} {% endif %} {% endfor %}
{% for m in p.media_items %} {% if m.type == "photo" and m.url %} {% set photo_idx = photo_urls.index(m.url) %}
{% elif m.url %} {% endif %} {% endfor %}
{% endif %}
ОРИГИНАЛЬНЫЙ ТЕКСТ
{{ p.raw_text }}
AI ЗАМЕТКИ / РЕЗОЛЮЦИЯ
{{ p.rewrite_notes or p.qualification_reason or "—" }}
{% include "editor_post_actions.html" %}