{{#each this}} {{#if this.metainfo}}
{{this.metainfo.title}}
#
{{#each this.data}}
{{this.status}} ({{this.count}})
{{#each this.issues}}
{{this.tracker.name}} #{{this.id}} - {{this.subject}}
Исп.: {{this.current_user.name}}
Прогресс: {{this.done_ratio}}
Трудозатраты: {{this.total_spent_hours}} / {{this.total_estimated_hours}}
{{#if this.styledTags}}
Tags: {{#each this.styledTags}}
{{this.tag}}
{{/each}}
{{/if}}
{{/each}}
{{/each}}
{{/if}} {{/each}}