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.
15 lines
657 B
15 lines
657 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 '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>
|
|
{% endfor %}
|
|
</div>
|
|
</div> |