{% if not comment_list %}
Start a new discussion.
{% endif %}
{% for comment in comment_list %} {% include "templates/includes/comment.html" %} {% endfor %}
{% if login_required and frappe.user=="Guest" %}
You must login to comment.
{% else %}
{% endif %}