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.
22 lines
951 B
22 lines
951 B
<div class="rq-to-hide">
|
|
<div class="cat-list sc-comments">
|
|
{% for news in object_list %}
|
|
<div class="cl-item">
|
|
<div class="acticle_list">
|
|
<a href="{{ news.get_permanent_url }}" title="">
|
|
{% include 'client/includes/article/news_preview.html' with obj=news %}</a>
|
|
<h3><a href="{{ news.get_permanent_url }}" title="">{{ news.main_title|safe }}</a></h3>
|
|
{{ news.preview|safe }}
|
|
<strong><span>{{ news.publish_date|date:"d E Y" }}</span>{% with event=news.get_event %}{% if event %}<a href="{{ event.get_permanent_url }}" title=""><b>{{ event.name }}</b></a>{% endif %}{% endwith %}</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> |