{% load humanize %} {% load aristotle_tags %}
Title (and workgroup) | {% if showWorkgroups %}Workgroup | {% endif %}Author | Latest comment | |
---|---|---|---|---|
{{ post.title }}
{{ post.created|naturaltime }} {% if showWorkgroups %} In {{ post.workgroup }} {% endif %} |
{% if showWorkgroups %}
{{ 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)' '' %} |