<%if {userid}!=-1%>
<%/if%>
{photo.description}
<%if {editable} || {comments.count}>0%>
<%/if%>
<%if {photo.comments}>0%>
评论 ({photo.comments})
<%/if%>
<%/if%>
<%set (int) {rowindex}=1%>
<%loop (PhotoCommentInfo) comment comments%>
{rowindex}.
{comment.content}
<%if {comment.userid}!=-1%>
<%set {aspxrewriteurl} = this.UserInfoAspxRewrite({comment.userid})%>
{comment.username}
<%else%>{comment.username}<%/if%> {comment.postdatetime}
<%if {userid}!=-1%>
<%/if%>
<%if {editable}%>
<%/if%>
<%set {rowindex}={rowindex}+1%>
<%/loop%>
<%if {commentable}%>
<%else%>
此图片禁止评论 或 登录用户才可评论
<%/if%>