{% include 'includes/story_control_buttons.html' %}
{{ page_title }}
{% if story_add %}
{{ html_block('story_add') }}
{% endif %}
{% if saved %}
Изменения сохранены
{% endif %}
{% if story_edit %}
{% if story.bl.can_edit_contributors(current_user) %}
{%- include 'includes/story_edit_contributors_form.html' with context %}
{% endif %}
{% endif %}
{% if story_edit and current_user.is_staff %}
{%- include 'includes/story_edit_staff_form.html' with context %}
{% endif %}