{{#each entry}}

{{ resource.identifier.0.value }}

Description: {{ resource.description }}
Start Date: {{ resource.startDate }}
End Date: {{ resource.endDate }}

Steps:

{{#each resource.note}} {{#ifExp inProgress "!==" "progress"}} {{/ifExp}} {{/each}}
Step {{ stepNumber }}: {{name}}
Due On: {{ dueDate }} {{#if authorString}}(Complete){{else}}(Incomplete){{/if}}
{{/each}}