{% 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 %}
{% if not comment.thread.closed %} {% inline_trans "Reply" %} {% endif %} {% if is_moderated %} {% inline_trans "Publish" %} {% inline_trans "Censure" %} {% inline_trans "Delete" %} {% inline_trans "Edit" %} {% endif %}
{% endif %}
{% for childcomment in children_comments %} {% thread_comment childcomment %} {% endfor %}