Hey,
Without javascript plugin everything looks fine and I'm able to have my custom templates.
When I load it though and add the line <div id="comments"></div>, the templates are gone and it loads it with the default templates which I can't find even in the django-comments-xtd library installation directory.
Has anyone had this experience? Does javascript plugin only comes with no template support and only loads its own default template?

I also have tried this:
<div id="comments">
{% render_xtdcomment_tree for object allow_flagging allow_feedback show_feedback %}
</div>
Still no template loading.