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