4
<a href=" {{ post.post_link }}">Post by {{ post.user }}</a><span class="small"> @ </span>
5
Topic <a href="{{ post.object.topic.get_absolute_url }}">{{ post.object.topic }}</a><span class="small"> @ </span>
6
Forum <a href="{{ post.object.topic.forum.get_absolute_url }}">{{ post.object.topic.forum }}</a>,
7
{{ post.date|custom_date:user }}<br>
8
{% highlight post.body_text with query max_length 100 %}