{% for post in forum.posts.all reversed %} {% if post.cf_nr_followups > 0 %} {% endif %} {% empty %} {% endfor %}
Date
(most recent first)
Posted by Subject
{{ post.posted_on|date:"Y-m-d H:i" }} {% if post.motion %} Motion {% else %} Post {% endif %} {{ post.posted_by.first_name }} {{ post.posted_by.last_name }} {{ post.subject }}
{% include "bi/arrow-return-right.html" %} {{ post.cf_nr_followups }} followup{{ post.cf_nr_followups|pluralize }} {% with post.cf_latest_followup_in_hierarchy as latest_followup %} {% if latest_followup %} latest on {{ latest_followup.posted_on|date:"Y-m-d H:i" }}  by {{ latest_followup.posted_by.first_name }} {{ latest_followup.posted_by.last_name }}:   {{ latest_followup.subject }} {% endif %} {% endwith %}
 
No posts yet