{% load i18n %} {% load wlprofile %} {% load custom_date %} {% load pybb_extras %}

{% for post in posts %} {{ post.topic.forum.name }}
{{ post.topic.name|pybb_cut_string:25 }}
by {{ post.user.username }} {{ post.created|minutes }} ago

{% endfor %}