{% extends "cciw/standard.html" %} {% load standardpage %} {% load view_extras %} {% load forums %} {% block breadcrumb %}{% endblock %} {% block content %} {% if object_list %} {% for topic in object_list %}

{{ topic.news_item.subject }}

Posted: {{ topic.news_item.created_at|date:"d M Y, h:i" }}, by {% memberlink %}{{ topic.news_item.created_by_id }}{% endmemberlink %}
{{ topic.news_item.summary|bb2html }}
{% if topic.news_item.full_item %}
Read more
{% endif %}
{% endfor %}
{% paging_control %}
{% else %}

There are no news items yet.

{% endif %} {% endblock %}