# | File path | date | draft | published | unpublish | delete | |
---|---|---|---|---|---|---|---|
{{math @index '+' 1}} | {{this.path}} | {{#if this.date}} {{formatDate this.date day="numeric" month="numeric" year="numeric"}} {{/if}} | {{#if this.draft}} {{this.draft.abe_meta.complete}}% {{/if}} | {{#each this.workflow}}{{@key}} | {{/each}}{{#if this.published}} {{this.published.abe_meta.complete}}% {{/if}} | {{#if this.published}} {{#if @root.allowedActions.unpublish}} {{/if}} {{/if}} | {{#if @root.allowedActions.delete}} {{/if}} |