{{! Typing Notifications }}
<ul id="typing_notification_list">
{{#each users}}
{{partial "typing_notification"}}
{{/each}}
</ul>