Всего: {{ pagination.total }}
На странице:
{% for p in posts %}
{% if p.can_send_to_rewrite %} {% else %} {% endif %}
#{{ p.id }}
{{ p.source_name }}
{{ p.status }} {% if p.qualification_status %} Квалиф: {{ p.qualification_status }} {% endif %} {% if p.rewrite_status %} Рерайт: {{ p.rewrite_status }} {% endif %}
{% if p.qualification_score is not none %}
{{ p.qualification_score }}
{% else %} — {% endif %}
{{ p.raw_text }} {% if p.media_items %}
{% for m in p.media_items %} {% if m.type == "photo" and m.url %} {% elif m.url %} Видео {{ loop.index }} {% endif %} {% endfor %}
{% endif %}
{{ p.posted_at_fmt or p.created_at_fmt }}
{% else %}

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

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