{{template "UserRight" .}}
{{template "Tabs" .}}
收藏列表
{{if eq $.LoginUid $.Uid}}
创建收藏夹
{{if $.Edit}} 取消编辑 {{else}} 编辑模式 {{end}}
{{end}}
{{range .Lists}}
{{if and (eq (Interface2Int $.User.Id) $.LoginUid) $.Edit (gt $.LoginUid 0)}}
{{.Title}}
{{.Description}}
{{else}}
{{.Title}}
{{.Description}}
{{end}}
{{else}} {{if eq $.LoginUid $.Uid}}
您暂无收藏夹,请点击右上角按钮创建收藏夹
{{else}}
暂无收藏夹
{{end}} {{end}}
{{if eq $.LoginUid $.Uid}} {{end}}