{% comment %} vim:ft=htmldjango: {% endcomment %} {% load humanize %} {% load pybb_extras %} {% load wlprofile_extras %} {% load custom_date %} {% if topic|pybb_has_unreads:user %} {% else %} {% endif %} {% comment %} oehm ja, geht nicht weil ka muss ich guggn, die frage ist. soll es fuer alle gelten oder nur fuer eine topic {% endcomment %} {% if subscribed %}subscribe{% endif %} {% if topic.sticky %}Sticky {% endif %} {% if topic.closed %}Closed {% 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 %}