{% get_comment_list for item_inner as comment_list %} {% for comment in comment_list %}-
{% if comment.user %}
{% endif%}
{{comment.comment}}
{% endfor %}