{% if comment.is_author_reply %}Author{% endif %} {% block comment_author %} {% if not comment.anonymous %} {{comment.get_author_str}} {% else %} Anonymous {% endif %} {% endblock comment_author %} on {{comment.date_submitted|date:'Y-m-d'}}

{% if comment.in_reply_to_comment %} (in reply to {{comment.in_reply_to_comment.comment.get_author_str}} on {{comment.in_reply_to_comment.date_submitted|date:'Y-m-d'}}) {% elif comment.in_reply_to_report %} (in reply to {% if not comment.in_reply_to_report.anonymous %} {{comment.in_reply_to_report.get_author_str}} {% else %} Report {{comment.in_reply_to_report.id}} {% endif %} on {{comment.in_reply_to_report.date_submitted|date:'Y-m-d'}}) {% endif %}