{% load automarkup %}
{% automarkup comment.comment_text %}
by Anonymous in {{ comment.content_type|capfirst }} on {{ comment.title }} {% if comment.content_object.author_list %} by {{ comment.content_object.author_list }}{% endif %}
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 %}
Comment submitted {{ comment.date_submitted }}
Status: {{ comment.get_status_display }}
{% automarkup comment.comment_text %}
{% 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 }}