{{define "title"}} {{if .username}} {{.username}} 在 {{.setting.Name}} 的全部评论 {{end}} {{end}} {{define "content"}}
暂无
{{range .comments}}-
{{if $.users}}
{{with $user := index $.users .Uid}}
{{$user.Username}}
{{end}}
{{end}}
评论了{{.Objinfo.type_name}}
{{substring .Objinfo.title 60 "..."}}
{{substring .Content 100 "..."}}
{{if eq .Objtype 0}}
查看详情
{{else if eq .Objtype 1}}
查看详情
{{end}}
{{else}}
{{if .page}}
{{end}}
暂无
{{end}}