{{# if likes}}
{{#each likes}} {{#with author}} {{/with}} {{/each}}
{{/if}} {{# if participations}}
{{#each participations}} {{#with author}} {{/with}} {{/each}}
{{/if}} {{# if reshares}}
{{#each reshares}} {{#with author}} {{/with}} {{/each}}
{{/if}}