{% load i18n %} {% load account_tags %} {% load avatar_tags %} {% load threadedcommentstags %} {% load extra_tagging_tags %} {% load group_tags %}
{% avatar topic.creator 40 %}
{{ topic.created|date }}

{{ topic.title }}

{{ topic.body|urlize|linebreaks }}
{% get_comment_count for topic as comment_count %} {% if comment_count %}
{{ comment_count }} comment{{ comment_count|pluralize }} {% blocktrans with topic.modified|date as topic_modified %} (most recent: {{ topic_modified }}) {% endblocktrans %}
{% endif %}

{% show_tags_for topic %}