{% load djeddit_tags %}
{% with reply.getThread as thread %}
{% firstLine thread.title 60 %}
on
{{ thread.topic.title }}
{{ reply.created_on }}
{% firstLine reply.content 110 %}
{{ reply.score }}
Points
{% endwith %}