{{#if friendsCommon}}
{{#each friendsCommon}}
{{#if userById this}}
-
{{#with userById this}}
{{> item_user}}
{{/with}}
{{/if}}
{{/each}}
{{else}}
{{/if}}
{{#if isFriend}}
{{#if friendsOther}}
{{#each friendsOther}}
{{#if userById this}}
-
{{#with userById this}}
{{> item_user}}
{{/with}}
{{/if}}
{{/each}}
{{/if}}
{{/if}}