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

{% if post.topic_id %}{% if post.is_parent_visible %}In topic {{ post.topic.subject|escape }}:{% else %}In a hidden topic:{% endif %}{% endif %} {% if post.photo_id %}On photo {{ post.photo.id }}:{% endif %}

{% endifchanged %} From {% memberlink %}{{ post.posted_by_id }}{% endmemberlink %}, at {{ post.posted_at|date:"d M y, h:i" }}{% if post.is_parent_visible %} — view in context{% endif %}:
{% if post.subject %}
{{ post.subject|bb2html }}
{% endif %} {{ post.message|bb2html }}
{% endfor %} {% else %}

No posts found.

{% endif %}
{% paging_control %}
{% endblock %}