{{define "admin/friend_links"}} {{template "base/head" .}} {{template "base/navbar" .}}

友链管理

{{template "admin/nav" .}} {{template "base/alert" .}}

入口与检测

品牌友链({{len .BrandLinks}}/20)

{{if .BrandLinks}} {{range .BrandLinks}} {{end}}
名称URL
{{if .Logo}} {{end}}{{.Name}} {{.URL}}
{{else}}

暂无品牌友链

{{end}}

添加品牌友链

申请队列{{if gt .PendingCount 0}}(待审 {{.PendingCount}}){{end}}

{{if .Applies}} {{range .Applies}} {{end}}
时间申请人站点状态操作
{{.CreatedAt}} {{if .Username}}{{.Username}}{{else}}#{{.UserID}}{{end}} {{if .Logo}}{{end}} {{.Name}}
回链:{{if .Reciprocal}}页面{{else}}—{{end}}{{if .RecipOK}} · 已验证{{else if .RecipNote}} · {{.RecipNote}}{{end}}
{{.StatusLabel}} {{if .CanReview}}
{{end}} {{if .CanRecheck}}
{{end}}
{{else}}

暂无申请

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