r2/r2/templates/comment.html
%else: %endif %if thing.childlisting: ${thing.childlisting} %endif %def> <%def name="fullContext()">
| ${thing.author_slow.name} |
| | | | ${thing.author_slow.name} | replied to | | | | |
| ${thing.author_slow.name} | |
full context:
%def> <%def name="commentBody()"> ${parent.commentBody()} %if getattr(thing, 'show_admin_context', None): ${self.fullContext()} %endif %def> <%def name="arrows()"> ${parent.midcol()} %def> <%def name="buttons()"> %if c.profilepage: %if thing.subreddit.quarantine: - ${quarantine_stamp()} %endif %if thing.nsfw: - ${nsfw_stamp()} %endif %endif ${CommentButtons(thing)} ${self.admintagline()} %def>