{% comment %} vim:ft=htmldjango: {% endcomment %} {% load humanize %} {% load pybb_extras %} {% if topic|pybb_has_unreads:user %} {% else %} {% endif %} {{ topic.name }} {{ topic.user.username }} {{ topic.created|naturalday|title }} {{ topic.created|time:"H:i" }} {{ topic.post_count }} {{ topic.views }} {%if topic.last_post %} {{ topic.last_post.created|naturalday|title }} {{topic.last_post.created|time:"H:i"}}
by {{ topic.last_post.user.username }} {% endif %}