{{comment.get_author_str}}: {% if comment.submission %} "{{comment.comment_text|slice:'30'}}{% if comment.comment_text|length > 30 %}...{% endif %}"
in submission on {{comment.submission.title}} by {{comment.submission.author_list}} {% elif comment.commentary %} "{{comment.comment_text|slice:'30'}}{% if comment.comment_text|length > 30 %}...{% endif %}"
in commentary on {{comment.commentary.pub_title}} by {{comment.commentary.author_list}} {% elif comment.thesislink %} "{{comment.comment_text|slice:'30'}}{% if comment.comment_text|length > 30 %}...{% endif %}"
in thesislink on {{comment.thesislink.title}} by {{ comment.thesislink.author }} {% endif %}