{% load inlinetrans comment_tags datefilters i18n %}

{% if comment.website %} {{ comment.name }} {% inline_trans "said" %}: {% else %}{% if comment.mail %} {{ comment.name }} {% inline_trans "said" %}: {% else %}{% if comment.name %} {{ comment.name }} {% inline_trans "said" %}: {% endif %}{% endif %}{% endif %} {% inline_trans "link to here" %}

{% if comment.name %}
{% inline_trans "Send by" %} {{ comment.name }} {% inline_trans "on" %} {{ comment.date_submitted|transdate }} {{ comment.date_submitted|date:"H:i:s" }}
{% endif %}
{{ comment.comment|striptags|urlize|linebreaks }}
{% if show_links %}
{% inline_trans "Reply" %} {% if moderation %} {% inline_trans "Publish" %} {% inline_trans "Censure" %} {% inline_trans "Delete" %} {% inline_trans "Edit" %} {% endif %}
{% endif %}
{% if show_children %} {% for childcomment in children_comments %} {% content_comment content childcomment show_children show_links %} {% endfor %} {% endif %}