{% load i18n fb_versions markup comments %}

{{ topic.name }}

{{ topic.text|truncatewords:40 }} {% trans "More" %}
{% if not simplified_view %}
{{ topic.creation_date|date:'DATETIME_FORMAT' }}
{% get_comment_count for topic as comment_count %}
{% trans "Replies" %}: {{ comment_count }}
{% endif %} {% if not simplified_view %}
{% endif %}