{% if p.editorial_status != 'published' %}
{% if action_message %}
{{ action_message }}
{% endif %} {% if p.editorial_status in ['rejected', 'accepted', 'publish_failed'] %} {% else %} {% endif %}
{% if p.editorial_status not in ['rejected', 'accepted', 'publish_failed'] %}
{% elif p.editorial_status in ['accepted', 'publish_failed'] %}
{% endif %}
{% endif %}