Nr {{comment.id}}
{% include 'comments/_comment_voting_summary.html' with comment=comment class='small' %}

"{{comment.comment_text|linebreaksbr}}"

{% if comment.anonymous %}

by Anonymous in {{comment.content_type|capfirst}} on {{comment.title}} {% if comment.content_object.author_list %} by {{comment.content_object.author_list}}{% endif %}

{% else %}

by {{comment.author.user.first_name}} {{comment.author.user.last_name}} in {{comment.content_type|capfirst}} on {{comment.title}} {% if comment.content_object.author_list %} by {{comment.content_object.author_list}}{% endif %}

{% endif %} {% comment %} Using 'by xxx' on non-submission comments here would be ambigious. Does the `by xxx` apply to the other object (eg. Report), or the Submission, the Comment, etc? {% endcomment %}

Comment submitted {{comment.date_submitted}}

Status: {{comment.get_status_display}}