{% load inlinetrans forum_tags datefilters i18n %}

{{ comment.title }} {% inline_trans "link to here" %}

{% inline_trans "Send by" %} {{ comment.user.get_full_name|default:comment.user.username }} {% inline_trans "on" %} {{ comment.date_submitted|transdate }} {{ comment.date_submitted|date:"H:i:s" }}
{{ comment.comment|striptags|urlize|linebreaks }}
{% if actions %} {% endif %}
{% for childcomment in children_comments %} {% thread_comment childcomment %} {% endfor %}