{{#collection contentBinding="stream" itemClass="item"}} {{#with view.content}}
{{avatar this imageSize="large" extraClasses="actor" ignoreTitle="true"}}
{{date path="created_at" leaveAgo="true"}} {{unbound title}} {{#unless description}} {{#if isPM}} {{i18n user.stream.sent_by}} {{else}} {{i18n user.stream.posted_by}} {{/if}} {{/unless}} {{personalizedName name usernamePath="username"}} {{#if description}} {{unbound description}} {{#if isPostAction}} {{#if reply_to_post_number}} #{{unbound reply_to_post_number}} {{else}} {{i18n user.stream.the_topic}} {{/if}} {{else}} {{personalizedName view.parentView.parentView.user.name usernamePath="view.parentView.parentView.user.username"}} {{/if}} {{/if}}

{{{unbound excerpt}}}

{{#each children}}
{{#each items}}
{{avatar this imageSize="tiny" extraClasses="actor" ignoreTitle="true"}}
{{/each}}
{{/each}} {{/with}} {{/collection}}