{% extends "tb_base.html" %} {% load static %} {% load i18n %} {% block content %}

{% trans "Новости TripWB"%}

{% for art in articles %} {% if forloop.counter0 < 3 %}
{{ art.name }}
{{ art.description|truncatechars:100 }}
{% endif %} {#
{{ art.text|safe }}
#} {% endfor %}
{% with from_el=3 %} {% include 'blocks/articles/b_news_elements_content.html' %} {% endwith %} {# boris edited #} {% if last_block == False and next_page_els_count %}
{% csrf_token %}
{% endif %}
{# boris edited end#} {% endblock %}