@if (typingDisplay().length > 0) {
{{ typingDisplay().join(', ') }} @if (typingOthersCount() > 0) { and {{ typingOthersCount() }} others are typing... } @else { {{ typingDisplay().length === 1 ? 'is' : 'are' }} typing... }
}