# | File path | date | draft | published | delete | unpublish |
---|---|---|---|---|---|---|
{{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}} | {{#if this.published}} {{this.published.abe_meta.complete}}% {{/if}} | {{#if @root.allowedActions.delete}} {{/if}} | {{#if @root.allowedActions.unpublish}} {{/if}} |