{{template "base/head" .}}
{{template "repo/header" .}}
{{.CsrfTokenHtml}}
{{template "repo/issue/label_precolors"}}
{{.i18n.Tr "repo.milestones.cancel"}}
{{template "base/alert" .}}
{{.i18n.Tr "repo.issues.label_count" .NumLabels}}
{{if and $.IsRepositoryWriter (eq .NumLabels 0)}}

{{.i18n.Tr "repo.issues.label_templates.info"}}


{{.CsrfTokenHtml}}
{{end}}
{{range .Labels}}
  • {{end}}
    {{if .IsRepositoryWriter}} {{end}} {{template "base/footer" .}}