+
+ {{@project.title}}
+
+ {{#if @project.description}}
+
+ {{@project.description}}
+
+ {{/if}}
+
+
+ {{#if this.productAreas}}
+
+ {{#each this.productAreas as |productArea|}}
+ -
+ {{productArea}}
+
+ {{/each}}
+
+ {{/if}}
+ {{#if this.jiraObject}}
+
+ {{#if @project.jiraObject.type}}
+
+ {{@project.jiraObject.type}}
+
+ {{/if}}
+
+ {{this.jiraObject.key}}
+
+
+ {{/if}}
+
+
+