{{.Issue.Poster.GetDisplayName}} {{.i18n.Tr "repo.issues.commented_at" .Issue.HashTag $createdStr | Safe}}
						{{if not $.Repository.IsArchived}}
							
					
								{{template "repo/issue/view_content/add_reaction" Dict "ctx" $ "ActionURL" (Printf "%s/issues/%d/reactions" $.RepoLink .Issue.Index) }}
								{{if or .IsIssueWriter .IsIssuePoster}}
									
										
									
								{{end}}
							
						{{end}}
					
							{{if .Issue.RenderedContent}}
								{{.Issue.RenderedContent|Str2html}}
							{{else}}
								{{.i18n.Tr "repo.issues.no_content"}}
							{{end}}
						
						
						
					
							{{template "repo/issue/view_content/reactions" Dict "ctx" $ "ActionURL" (Printf "%s/issues/%d/reactions" $.RepoLink .Issue.Index) "Reactions" $reactions }}
						
					{{end}}
					{{if .Issue.Attachments}}
						
								{{range .Issue.Attachments}}
									
										{{if FilenameIsImage .Name}}
											 {{else}}
											
										{{end}}
									
								{{end}}
										{{else}}
											
										{{end}}
									
								{{end}}