Главная / {{ post.blog_nav_title }} {% if series_parent %} / Глава {{ post.i_order }}{% if series_total_count %} из {{ series_total_count }}{% endif %} {% endif %} / {{ post.s_title|safe }} {% if series_parent %} Материал входит в серию: {{ series_parent.s_title|safe }} Глава {{ post.i_order }} {% endif %} {% if post.f_cover_img %}{# ЕСТЬ ТИЗЕР-КАРТИНКА И ПОКАЗЫВАЕМ ЕË #} {% else %}{# НЕТ ТИЗЕР-КАРТИНКИ И ПОКАЗЫВАЕМ ЗАГЛУШКУ #} {# <-- СЮДА ДЕФОЛТНУЮ КАРТИНКУ #} Тут ничего не нарисовано{# <-- А ПОСЛЕ ЭТО УБРАТЬ #} {% endif %} {{ post.s_title|safe }} {{ post.d_published_at|date:'d E 30y, H:i:s' }} {% if post.s_teaser %} {{ post.s_teaser|safe }} {% endif %} {% if post.k_item %} {% endif %} {{ post.s_content|safe }} {% if series_posts and not series_parent %} Материалы и главы этого цикла {% for child in series_posts %} Глава {{ child.i_order }} {{ child.d_published_at|date:'d E Y' }} {{ child.s_title|safe }} {% if child.s_teaser %} {{ child.s_teaser|striptags }} {% endif %} {% endfor %} {% endif %}