{% extends base %} {% from 'macro.html' import breadcrumbs with context %} {% block extrahead %} {{- super() }} {% if page_obj.has_previous() -%} {%- endif %} {% if page_obj.has_next() -%} {%- endif %} {% if page_current == -1 -%} {%- endif -%} {% endblock %} {% block content %}
{%- include 'includes/story_reader_buttons.html' -%}
{%- for category in story.categories.order_by('c.id') -%} {{ category.name }} {%- endfor -%}
{%- for character in story.characters.order_by('c.id') -%}
{%- endfor -%}
Написал: {% include 'includes/story_authors_list_microdata.html' %}
{% if contributors.editors -%}Редакторы: {% for u in contributors.editors -%} {{ u.username }}{% if not loop.last %}, {% endif -%} {% endfor %}
{%- endif %} {% if contributors.betas -%}Бета-читатели: {% for u in contributors.betas -%} {{ u.username }}{% if not loop.last %}, {% endif -%} {% endfor %}
{%- endif %}Подробности и статистика
{% if story.source_link %}Источник: {{ story.source_title or story.source_link }}
{% endif %}Рейтинг — {{ story.rating.name }}
{% if current_user.is_authenticated -%} {%- endif %}
События: {% for classifier in story.classifications.order_by('c.id') %}{{ classifier.name }}{% if not loop.last %}, {% endif %}{% endfor %}
{{ ngettext("%(num)d word", "%(num)d words", story.words) }}, {{ ngettext("%(num)d view", "%(num)d views", story.views) }}
{% if not story.first_published_at or current_user.is_staff or story.bl.is_contributor(current_user) %} Создан: {%- if not story.first_published_at %}, последнее изменение – {% endif %}
{% endif %} {% if story.first_published_at %} Опубликован: , последнее изменение –
{%- endif -%}
Комментарии ({{ comments_count }})
{% if current_user.is_authenticated %} {% endif %}