{% extends host_template %} {% load comments i18n fb_versions cyclope_utils markup dbgettext_tags%} {% block content %} {% alias topic as 'current_object' %}
{% include 'collections/categories_navigation_block.html' %}

{{ topic.name }}

{{ topic.creation_date|date:'DATETIME_FORMAT' }}
{{ topic.user }}
{% if avatar %}{% endif %}
{{ topic.text|smart_style}}
{% include 'comments/comments_block.html' %}
{% endblock content%}