{{if and (not $.PageIsOrgSettingsLabels) (or $.CanWriteIssues $.CanWritePulls) (eq .NumLabels 0) (not $.Repository.IsArchived)}}
{{template "repo/issue/labels/label_load_template" .}}
{{else if and ($.PageIsOrgSettingsLabels) (eq .NumLabels 0)}}
{{template "repo/issue/labels/label_load_template" .}}
{{end}}
{{range .Labels}}
-
{{RenderLabel $.Context ctx.Locale .}}
{{if .Description}}
{{.Description | RenderEmoji $.Context}}{{end}}
{{template "repo/issue/labels/label_archived" .}}
{{end}}
{{if and (not .PageIsOrgSettingsLabels) (.OrgLabels)}}
-
{{range .OrgLabels}}
-
{{RenderLabel $.Context ctx.Locale .}}
{{if .Description}}
{{.Description | RenderEmoji $.Context}}{{end}}
{{template "repo/issue/labels/label_archived" .}}
{{end}}
{{end}}