{{.Issue.Poster.Name}} {{.i18n.Tr "repo.issues.commented_at" .Issue.HashTag $createdStr | Safe}}
						
					
							{{template "repo/issue/view_content/add_reaction" Dict "ctx" $ "ActionURL" (Printf "%s/issues/%d/reactions" $.RepoLink .Issue.Index) }}
							{{if or .IsIssueWriter .IsIssuePoster}}
								
									
								
							{{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}}