<# if ( ! data.isSaving ) { #> <# if ( data.isTrashed && data.trashedSession ) { #> {{{ data.commentTrashedActions }}} <# } else { #> {{{ data.commentDropdownActions }}} <# } #> <# } #> <# if ( o2.options.showAvatars && data.author.avatar ) { #> <# } #>
<# if ( data.isAnonymousAuthor ) { #> {{ data.strings.anonymous }} <# } else { #> {{ data.author.displayName }} <# } #> <# if ( o2.options.showParentCommentLink && ! _.isEmpty( data.parentCommentAuthor ) ) { #> {{ data.strings.commentReplyTo }} {{ data.parentCommentAuthor.displayName }} <# } #> <# if ( data.showComments ) { #> <# } else { #> <# } #> <# if ( data.currentUser.userLogin.length ) { #> <# if ( data.commentingAllowed ) { #> {{ data.strings.reply }} <# } #> <# if ( data.editingAllowed ) { #> {{ data.strings.edit }} <# } #> <# } else { #> <# if ( data.commentingAllowed ) { #> <# if ( data.userMustBeLoggedInToComment ) { #> {{ data.strings.loginToComment }} <# } else { #> {{ data.strings.reply }} <# } #> <# } #> <# } #> <# if ( data.isUnread ) { #>
<# } #>
<# if ( data.showComments ) { #>
<# if ( data.isTrashed ) { #>

{{ data.strings.isTrashed }}

<# } else if ( ! data.approved ) { #>

{{ data.strings.awaitingApproval }}

<# } else if ( data.prevDeleted ) { #>

{{ data.strings.prevDeleted }}

<# } else { #> {{{ data.contentFiltered }}} {{{ data.commentFooterActions }}} <# } #>
<# } #>