{% init comment_source_class = "" %} {% init show_comment_edit = False %} {% if len(comments) == 0 %}
{% include common/text/empty_text.html %}
{% end %} {% for comment in comments %}
{{comment.user_id}}
{{comment.user}}
{{comment.ctime}}
{% raw comment.html %}
{% if show_note %} {% elif show_comment_edit and _user_id == comment.user_id %} 编辑 {% end %} {% if comment.user == _user_name %} {% end %}
{% end %} {% if page_max > 1 %} {% include common/pagination.html %} {% end %}