{% for post in forum.posts_all.all reversed %} {% endfor %}
Date
(most recent first)
Posted by Subject
{{ post.posted_on|date:"Y-m-d H:i" }} {{ post.posted_by.first_name }} {{ post.posted_by.last_name }} {{ post.subject }}
{% if post.parent and not post.motion %}  {% include "bi/arrow-return-right.html" %} regarding {{ post.parent }} {% endif %}