{{#if can_add}}
Mark as Anonymous
{{/if}}
Comments
{{~comments_total~}}
{{#each comments as |comment| ~}}
{{#if comment.anonymous}}
Anonymous
{{comment.time_ago}}
{{else}}
{{comment.user.name}}
{{comment.time_ago}}
{{/if}}
{{#if comment.show_dropdown }}
{{/if}}
{{#if comment.editable }}
Edit
{{/if}} {{#if comment.trashable }}
Trash
{{/if}} {{#if comment.visible}} {{#if comment.enabled}}
Disable Comments
{{else}}
Enable Comments
{{/if}} {{/if}}
{{#if comment.has_more_message}}
{{~comment.message~}}
...
{{~comment.more_message~}}
(more)
{{else}}
{{comment.message}}
{{/if}}
{{#if comment.has_replies}}
{{~comment.replies_count~}}
{{#if (gt comment.replies_count 1)}}REPLIES{{else}}REPLY{{/if}}
{{/if}}
{{#if (gt comment.downvotes_count 0) ~}}
{{comment.downvotes_count}}
{{/if}}
{{#if (gt comment.upvotes_count 0) ~}}
{{comment.upvotes_count}}
{{/if}}
UPVOTE
{{#if comment.enabled}}
REPLY
{{/if}}
{{#if comment.visible}}
{{/if}}
{{~#each comment.replies}}
{{> reply_page_partial}}
{{/each~}}
More replies
{{#if (not comment.enabled) }}Adding comments disabled!{{/if}}
{{/each~}} {{#if has_more_comments }}
{{/if}}