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