{{focus-input type="text" value=docSearchFilter class="form-control mb-4" placeholder='a OR b, x AND y, "phrase mat*"'}}
{{#if emptySearch}}
No matching documents found.
{{/if}}
{{#each docSearchResults key="id" as |result index|}}
{{result.document}}
{{result.space}}
{{result.excerpt}}
{{#if result.selected}}
check
{{/if}}
{{/each}}
{{/if}}
{{#if permissions.documentMove}}
Move Section
{{focus-input type="text" value=docSearchFilter class="form-control mb-4" placeholder='a OR b, x AND y, "phrase mat*"'}}
{{#if emptySearch}}
No matching documents found.
{{/if}}
{{#each docSearchResults key="id" as |result index|}}
{{result.document}}
{{result.space}}
{{result.excerpt}}
{{#if result.selected}}
check
{{/if}}
{{/each}}
{{/if}}
{{#if permissions.documentDelete}}
Delete Section
Are you sure you want to delete this section?
{{/if}}
{{#if permissions.documentTemplate}}
Publish Reusable Content Block
{{input id=(concat 'block-title-' page.id) type='text' class="form-control mousetrap" placeholder="Enter name" value=blockTitle}}
Provide a short title for the reusable content block
{{textarea id=(concat 'block-desc-' page.id) rows="3" class="form-control mousetrap" placeholder="Enter description" value=blockExcerpt}}
Short description to help others understand the reusable content block