{{#each this}} {{#if this.metainfo}}
{{this.metainfo.title}}
#
{{#each this.data}} {{#each this.issues}}
{{this.tracker.name}} #{{this.id}} - {{this.subject}}
| {{this.status.name}}
| {{this.total_spent_hours}} / {{this.total_estimated_hours}}
{{#if this.styledTags}} {{#each this.styledTags}}
{{this.tag}}
{{/each}} {{/if}}
{{/each}} {{/each}}
{{/if}} {{/each}}