{% load humanize %} {% load aristotle_tags %} {% if showWorkgroups %} {% endif %} {% for post in discussions %} {% if showWorkgroups %} {% endif %} {% endfor %}
Title (and workgroup)Author Latest comment
{{ post.title }}
{{ post.created|naturaltime }} {% if showWorkgroups %} In {{ post.workgroup }} {% endif %}
{{ post.author.display_name }} {{ post.comments.count }} {% if post.comments.last %} {{ post.comments.last.author }}, {{ post.comments.last.created|naturaltime }} {% else %} - {% endif %} {% ternary post.closed '(Closed)' '' %}