{% extends "site_base.html" %} {% load thumbnail %} {% block metas %}
{{ _('Topics') }} | {{ _('Replies') }} | {{ _('Views') }} | {{ _('Last Post') }} | |
---|---|---|---|---|
![]() ![]() ![]() ![]() |
{{ topic.title }}
{{ _('by') }}: {{ topic.user }} → {{ topic.date_modified }} |
{{ topic.posts.count|add:"-1"}} | {{ topic.hits }} | {% if topic.posts.all.0.user %} # {{ _('by') }}: {{ topic.posts.all.0.user }} {{ topic.posts.all.0.date_modified }} {% else %}---{% endif %} |