{{ $t('comments.title') }}
{{ $t('comments.count', { count: commentCount }) }}
{{ comment.createdBy.name }}
{{ comment.createdAt ? formatDate(comment.createdAt) : '-' }}