{% comment %} vim:ft=htmldjango: {% endcomment %} {% load humanize %} {% load pybb_extras %} {% load wlprofile %} {% load custom_date %} {% if topic|pybb_has_unreads:user %} {% else %} {% endif %} {{ topic.name }} {{ topic.user|user_link }} {{ topic.created|custom_date:user }} {{ topic.post_count }} {{ topic.views }} {%if topic.last_post %} {{ topic.last_post.created|custom_date:user }}
by {{ topic.last_post.user|user_link }} {% endif %}