Tohle je {{ object }}.
pocet prispevku: {{ comment_count }}
{% get_comment_list for object as comment_list %}author: {{ comment.user.username }} - authorized
{% else %}author: {{ comment.nickname }} - unauthorized
{% endif %}submit: {{ comment.submit_date }}
{{ comment.content }}
{% debug %}{% endcomment %}