{{comment.author.user.first_name}} {{comment.author.user.last_name}}: "{{comment.comment_text|slice:'30'}}{% if comment.comment_text|length > 30 %}...{% endif %}"
in {{comment.content_type|capfirst}} on {{comment.title}} {% if comment.content_object.author_list %} {% 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 %} by {{comment.content_object.author_list}} {% endif %}