{% for comment in obj.comment.all %} {% if comment.user.is_superuser %}
{% else %}
{% endif %}

{{ comment.message | linebreaksbr }}

{{ comment.created_at }}
{% if comment.user %} {{ comment.user }} {% else %} Unknown {% endif %} {% if comment.is_read %} ✓ {% endif %}
{% endfor %}