{{comment.description | htmlToPlaintext }}
{{ comment.username }}
{% extends 'base.html' %} {% load i18n %} {% load static %} {% load forum_tags %} {% load hitcount_tags %} {% block extra_js %} {{form_comment.media.js}} {% endblock %} {% block content %}
{{topic.forum.description|safe}}
{{topic.title}}
{{topic.description|safe}} {% if topic.attachment %}
{% endif %}
{% trans "This topic has" %} {{ total_hits }} {% trans "views" %}
{% else %}{% trans "This topic has" %} {{ total_hits }} {% trans "view" %}
{% endif %}{% trans "Users" %} {{topic|get_tot_users_comments|safe}}
{{topic.date}}