{{# if likes}}
{{#each likes}} {{#linkToPerson author}} {{{personImage this "small" "micro"}}} {{/linkToPerson}} {{/each}}
{{/if}} {{# if participations}}
{{#each participations}} {{#linkToPerson author}} {{{personImage this "small" "micro"}}} {{/linkToPerson}} {{/each}}
{{/if}} {{# if reshares}}
{{#each reshares}} {{#linkToPerson author}} {{{personImage this "small" "micro"}}} {{/linkToPerson}} {{/each}}
{{/if}}