|
{{ topic.topic_title }}
|
{% if topic.first_poster.user.id %}
{{ topic.first_poster.user.username }}
{% else %}
[deleted user]
{% endif %}
|
{{ topic.reply_count }}
{{ topic.topic_views }}
|
{% if topic.last_poster.user.id %}
{{ topic.last_poster.user.username }}
{% else %}
[deleted user]
{% endif %}
{{ topic.last_poster.elap }}
|