{{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}}
{{svg "octicon-tag"}} {{.Name | RenderEmoji}}
{{.Description | RenderEmoji}}
{{end}}
{{if and (not .PageIsOrgSettingsLabels) (.OrgLabels)}}
{{if (not $.PageIsOrgSettingsLabels)}}
{{range .OrgLabels}}
{{svg "octicon-tag"}} {{.Name | RenderEmoji}}
{{.Description | RenderEmoji}}
{{end}}
{{end}}
{{end}}