{{#if hasPages}} {{#each pages key="id" as |item|}} {{document/document-page expandState=expandState roles=roles pages=pages folder=folder folders=folders toEdit=toEdit blocks=blocks page=item.page meta=item.meta document=document pending=item.pending permissions=permissions attachments=attachments currentPageId=currentPageId refresh=(action refresh) onExpand=(action onExpand) onAttachmentUpload=(action onAttachmentUpload) onAttachmentDelete=(action onAttachmentDelete) onSavePage=(action "onSavePage") onCopyPage=(action "onCopyPage") onMovePage=(action "onMovePage") onDeletePage=(action "onDeletePage") onSavePageAsBlock=(action "onSavePageAsBlock") onPageLevelChange=(action onPageLevelChange) onPageSequenceChange=(action onPageSequenceChange) onShowSectionWizard=(action "onShowSectionWizard")}} {{/each}} {{/if}} {{#if canEdit}}
{{/if}} {{#if showLikes}}
{{#if voteThanks}}
{{localize 'feedback_thanks'}}
{{else}}
{{folder.likes}}
{{ui/ui-button color=constants.Color.Yellow light=true label=(localize 'feedback_help_yes') onClick=(action "onVote" 1)}} {{ui/ui-button-gap}} {{ui/ui-button color=constants.Color.Yellow light=true label=(localize 'feedback_help_no') onClick=(action "onVote" 2)}}
{{/if}}
{{/if}} {{#if canEdit}} {{document/add-section pages=pages blocks=blocks folder=folder toEdit=toEdit folders=folders sections=sections document=document permissions=permissions show=showInsertSectionModal beforePage=newSectionLocation onInsertSection=(action onInsertSection)}} {{/if}}