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