{% if comment_lists %} {% for index, comment in comment_lists %} {% set comment_no = comment['comment_id'] %}-
{{ comment['name'] }}
{{ comment['created'] }}
{% if status_delete %}{% endif %}
{{ comment['like_counts'] }}
{% if comment_permission %} {% endif %}
{% endfor %}
{% endif %}
-