{% 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 %}