{% if not story_add %} {% if story.bl.editable_by(current_user) %}
{% if current_user.is_staff %} {{ 'Отозвать' if story.approved else 'Одобрить' }} {% endif %} {% if story.bl.publishable_by(current_user) %} {{ 'Опубликовать' if story.draft else 'В черновики' }} {% endif %} {% if not current_user.is_staff and not story_edit %} Редактировать {% endif %}
{% endif %} {% endif %}