diff -r 7a5d729992b8 -r 256272c33349 cms/app-client/app/templates/components/transcript-component.hbs --- a/cms/app-client/app/templates/components/transcript-component.hbs Fri Jul 22 16:11:44 2016 +0200 +++ b/cms/app-client/app/templates/components/transcript-component.hbs Fri Jul 22 18:25:02 2016 +0200 @@ -1,10 +1,18 @@

{{player.transcript.title}}

    {{#each player.transcript.annotations as |annotation|}} -
  1. + {{#if (if-and (if-operator player.progress '>=' annotation.start) (if-operator player.progress '<' annotation.end))}} +
  2. Play

    {{annotation.content}}

    {{annotation.translation}}

  3. + {{else}} +
  4. + Play +

    {{annotation.content}}

    +

    {{annotation.translation}}

    +
  5. + {{/if}} {{/each}}
\ No newline at end of file