diff -r a7a333c0b1eb -r c3a5f4de29b0 cms/app-client/app/templates/components/transcript-annotation-component.hbs --- a/cms/app-client/app/templates/components/transcript-annotation-component.hbs Fri Dec 02 13:25:08 2016 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -{{#if hasPlayer }} - Play - {{#if title}}{{title}}{{/if}} -{{/if}} -
- {{#if original}} -

- {{#if speaker}}{{speaker}} :{{/if}} - {{original}} -

- {{/if}} - {{#if literal}} -
- {{#each literal as |word|}} -
-

{{word.original}}

-

{{word.translation}}

-
- {{/each}} -
- {{/if}} - {{#if translation}} -

{{translation}}

- {{/if}} -
-