{% for news in object_list %}
{% include 'includes/article/news_preview.html' with obj=news %}

{{ news.main_title|safe }}

{{ news.preview|safe }} {{ news.publish_date|date:"d E Y" }}{% with event=news.get_event %}{% if event %}{{ event.name }}{% endif %}{% endwith %}
{% if forloop.counter == 5 or objects|length < 5 %} {% include 'client/includes/banners/catalog_inner_2.html' %} {% endif %} {% if forloop.counter == 10 %} {% include 'client/includes/banners/catalog_inner.html' %} {%endif %} {% endfor %}