{% load automarkup %}
Nr {{ comment.id }}

{{ comment.comment_text|automarkup }}

{% 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 submitted {{ comment.date_submitted }}

Status: {{ comment.get_status_display }}