{{math @index '+' 1}} |
{{this.path}}
|
{{#if this.date}}
{{formatDate this.date day="numeric" month="numeric" year="numeric"}}
{{/if}}
|
{{#if this.draft}}
{{#hasWorkFlow this.workflow}}{{else}}
{{#ifCond this.published.abe_meta.date this.draft.abe_meta.latest.date}}{{else}}
{{#ifCond this.draft.abe_meta.complete 100}}
draft
{{else}}
{{this.draft.abe_meta.complete}}%
{{/ifCond}}
{{/ifCond}}
{{/hasWorkFlow}}
{{/if}}
|
{{#each this.workflow}}
{{#if this.filePath}}
{{#if this.latest}}
{{@key}}
{{/if}}
{{/if}}
|
{{/each}}
{{#if this.published}}
✔
{{/if}}
|
{{#if this.published}}
{{#if @root.allowed.action.unpublish}}
{{/if}}
{{/if}}
{{#if @root.allowed.action.delete}}
{{/if}}
|
{{/each}}
{{/each}}