{% extends "tb_base.html" %} {% load i18n %} {% load static %} {% block content %}
{{ page.name }}
{{ page.description }}
{{ page.text|safe }}
{# arts_top предыдущая новость // arts_down следующая #}

{% translate "Читайте также:" %}

{% with from_el=0 articles=breadcrumbs_arts last_el=0 elements_on_page=3 %} {% include 'blocks/articles/b_news_elements_content.html' %} {% endwith %}
{#
#} {# {% for item in arts_top %}#} {##} {##} {#
#} {# #} {#
#} {#
{{ item.name }}
#} {#
#} {# {{ item.description|truncatechars:100 }}#} {#
#} {#
#} {#
#} {#
#} {##} {#
{{ art.text|safe }}
#} {# {% endfor %}#} {##} {#
#} {##} {#
#} {#
{{ page.name }}
#} {#
#} {# {{ page.description|truncatechars:100 }}#} {#
#} {#
#} {##} {#
#} {##} {# {% for item in arts_down %}#} {##} {#
#} {# #} {#
#} {#
{{ item.name }}
#} {#
#} {# {{ item.description|truncatechars:100 }}#} {#
#} {#
#} {#
#} {#
#} {##} {#
{{ art.text|safe }}
#} {# {% endfor %}#} {##} {#
#} {% endblock %}