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

{% for post in posts %}
{{ post.topic.name|pybb_cut_string:21 }} @
{{ post.topic.forum.name|pybb_cut_string:23 }}
by {{ post.user|user_link }} at {{ post.created|custom_date:user }}

{% endfor %}