{{#with getDoc picture 'Attachments'}}
{{/with}}
{{content}}
{{#if $eq owner User._id}} {{#afModal title="Update post" omitFields="createdAt,updatedAt,owner" class="text-primary" collection="Posts" operation="update" doc=_id}} {{_ "edit_post"}} {{/afModal}} {{#afModal title="Delete post" class="text-danger" collection="Posts" operation="remove" doc=_id}} {{_ "delete"}} {{/afModal}} {{/if}}{{rosip}}