{% extends base %} {% from 'macro.html' import breadcrumbs with context %} {% 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.html' %}
Подробности и статистика
{% if story.source_link %}Источник: {{ story.source_title or story.source_link }}
{% endif %}Рейтинг — {{ story.rating.name }}
События: {% 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_author(current_user) %} Создан: {%- if not story.first_published_at %}, последнее изменение – {% endif %}
{% endif %} {% if story.first_published_at %} Опубликован: , последнее изменение –
{%- endif -%}
Комментарии ({{ comments_count }})