{% for blog in object_list %}
{% include 'client/includes/article/article_preview.html' with obj=blog %}

{{ blog.main_title }}

{{ blog.preview|safe }} {{ blog.publish_date|date:"d E Y" }}{% if blog.tag.all.exists %}{% include 'includes/article_tags.html' with obj=blog %}{% endif %}
{% 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 %}