You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
908 B
23 lines
908 B
<div class="rq-to-hide">
|
|
<div class="s-comments">
|
|
<div class="cat-list sc-comments">
|
|
{% for blog in object_list %}
|
|
<div class="cl-item">
|
|
<div class="acticle_list_big">
|
|
{% include 'includes/article/article_preview.html' with obj=blog %}
|
|
<h3><a href="{{ blog.get_permanent_url }}" title="">{{ blog.main_title }}</a></h3>
|
|
{{ blog.preview|safe }}
|
|
<strong><span>{{ blog.publish_date|date:"d E Y" }}</span>{% if blog.tag.all.exists %}{% include 'includes/article_tags.html' with obj=blog %}{% endif %}</strong>
|
|
</div>
|
|
</div>
|
|
{% 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 %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|