{{range $key, $value := .Reactions}} {{if eq $key "hooray"}} :tada: {{else}} {{if eq $key "laugh"}} :laughing: {{else}} :{{$key}}: {{end}} {{end}} {{len $value}} {{end}} {{template "repo/issue/view_content/add_reaction" Dict "ctx" $.ctx "ActionURL" .ActionURL }}