{% load comments %}

Comments

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