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