{if $comment->isDisabled}
<span class="badge label green jsIconDisabled">{lang}wcf.message.status.disabled{/lang}</span>
{/if}
+
+ {if $commentManager->isContentAuthor($comment)}
+ <span class="badge label">{lang}wcf.comment.objectAuthor{/lang}</span>
+ {/if}
</h3>
</div>
{if $response->isDisabled}
<span class="badge label green jsIconDisabled">{lang}wcf.message.status.disabled{/lang}</span>
{/if}
+
+ {if $commentManager->isContentAuthor($response)}
+ <span class="badge label">{lang}wcf.comment.objectAuthor{/lang}</span>
+ {/if}
</h3>
</div>
<item name="wcf.comment.guestDialog.title"><![CDATA[Gastkommentar]]></item>
<item name="wcf.comment.sortField.cumulativeLikes"><![CDATA[Reaktionen]]></item>
<item name="wcf.comment.sortField.time"><![CDATA[Datum]]></item>
+ <item name="wcf.comment.objectAuthor"><![CDATA[Autor]]></item>
</category>
<category name="wcf.condition">
<item name="wcf.condition.greaterThan"><![CDATA[mehr als]]></item>
<item name="wcf.comment.guestDialog.title"><![CDATA[Guest Comment]]></item>
<item name="wcf.comment.sortField.cumulativeLikes"><![CDATA[Reactions]]></item>
<item name="wcf.comment.sortField.time"><![CDATA[Date]]></item>
+ <item name="wcf.comment.objectAuthor"><![CDATA[Author]]></item>
</category>
<category name="wcf.condition">
<item name="wcf.condition.greaterThan"><![CDATA[greater than]]></item>