{% load comments %}
{% get_comment_list for object as comment_list %} {% include 'comments/inclusion/list.html' %} {% if authenticated_request %} {% render_comment_form for object %} {% else %} {% include "includes/signin_reg.html" %} {% endif %}