- {% for item in arts_top %}
-
-
-
-
-
{{ art.text|safe }}
- {% endfor %}
-
-
-
-
-
-
- {{ page.description|truncatechars:100 }}
-
-
-
-
-
- {% for item in arts_down %}
-
-
-
-
{{ art.text|safe }}
- {% endfor %}
+
+ {% with from_el=3 forloop_for=breadcrumbs_arts %}
+ {% include 'blocks/articles/b_news_elements_content.html' %}
+ {% endwith %}
+{#
#}
+{# {% for item in arts_top %}#}
+{##}
+{##}
+{#
#}
+{##}
+{#
{{ art.text|safe }}
#}
+{# {% endfor %}#}
+{##}
+{#
#}
+{##}
+{#
#}
+{# #}
+{#
#}
+{# {{ page.description|truncatechars:100 }}#}
+{#
#}
+{#
#}
+{##}
+{#
#}
+{##}
+{# {% for item in arts_down %}#}
+{##}
+{#
#}
+{##}
+{#
{{ art.text|safe }}
#}
+{# {% endfor %}#}
+{##}
+{#
#}
+
+
diff --git a/templates/pages/p_articles.html b/templates/pages/p_articles.html
index ada10c8..db7fc25 100644
--- a/templates/pages/p_articles.html
+++ b/templates/pages/p_articles.html
@@ -32,7 +32,7 @@
- {% with from_el=3 %}
+ {% with from_el=3 forloop_for=articles %}
{% include 'blocks/articles/b_news_elements_content.html' %}
{% endwith %}
{# boris edited #}