{{#if session.authenticated}} {{#if permissions.documentEdit}} {{#link-to "document.settings" space.id space.slug document.id document.slug class="button-icon-gray align-middle"}} settings {{#attach-tooltip showDelay=1000}}Settings — meta, lifecycle, workflow{{/attach-tooltip}} {{/link-to}}
{{/if}} {{#if permissions.documentAdd}}
content_copy {{#attach-tooltip showDelay=1000}}Save as template{{/attach-tooltip}}
{{/if}} {{/if}}
print {{#attach-tooltip showDelay=1000}}Print{{/attach-tooltip}}
import_export {{#attach-tooltip showDelay=1000}}Export as HTML{{/attach-tooltip}}
{{#if pinState.isPinned}}
star {{#attach-tooltip showDelay=1000}}Remove bookmark{{/attach-tooltip}}
{{else if session.authenticated}}
star {{#attach-tooltip showDelay=1000}}Add bookmark{{/attach-tooltip}}
{{/if}} {{#if permissions.documentDelete}}
delete {{#attach-tooltip showDelay=1000}}Delete{{/attach-tooltip}}
{{/if}}