{{define "messages/list"}} {{template "base/head" .}} {{template "base/navbar" .}}

私信与通知

{{template "base/alert" .}}

未读 {{.UnreadTotal}} (私信 {{.UnreadDM}} · 通知 {{.UnreadNotify}}) {{if gt .UnreadTotal 0}}

{{end}}

{{if .Conversations}} {{else}}

暂无会话。可在用户主页点击「发私信」开始对话。

{{end}}
{{template "base/footer" .}} {{end}}