diff -r 686926d132ff -r 9b7a6c099870 cms/app-client/app/templates/components/transcript-component.hbs --- a/cms/app-client/app/templates/components/transcript-component.hbs Fri Dec 02 17:22:16 2016 +0100 +++ b/cms/app-client/app/templates/components/transcript-component.hbs Sat Dec 03 00:09:28 2016 +0100 @@ -16,7 +16,7 @@ Play {{#if turn.title}}{{turn.title}}{{/if}} {{#each turn.annotations as |annotation|}} -
+
{{#if annotation.original}}

@@ -27,9 +27,19 @@ {{#if annotation.literal}}

{{#each annotation.literal as |word|}} -
+

{{word.original}}

{{word.translation}}

+ {{#if (and word.morphenes word.morphenes.length)}} +
+ {{#each word.morphenes as |morph|}} +
+

{{morph.original}}

+

{{morph.translation}}

+
+ {{/each}} +
+ {{/if}}
{{/each}}
@@ -61,9 +71,19 @@ {{#if annotation.literal}}
{{#each annotation.literal as |word|}} -
+

{{word.original}}

{{word.translation}}

+ {{#if (and word.morphenes word.morphenes.length)}} +
+ {{#each word.morphenes as |morph|}} +
+

{{morph.original}}

+

{{morph.translation}}

+
+ {{/each}} +
+ {{/if}}
{{/each}}