I'm having trouble getting my comments to display in my template. When I test an objects comment in the shell - a list of comments are returned and they seem fine. However in my template they don't appear. It does take longer to load the page when I include {% load comments %} however nothing is shown when include {% render_comment_list for my_video %} where 'my_video' is my obj instance.
Any suggestions on how to debug this?