Vue S_Utterance applicable sur {'class': u'package'}

<html>
<head>
  <title>Transcription view</title>
<link href="http://liris.cnrs.fr/advene/nelson.css" type="text/css" rel="stylesheet" />
</head>
<body  tal:define="description here/annotationTypes/TalkDescription/annotations/first">
<h1>Transcription of <span style="font-style: italic;" tal:content="here/title">Titre</span></h1>

<p>The speaker is <em tal:content="description/content/parsed/speaker">speaker</em> and the total duration of the stream is <span tal:content="description/fragment/formatted/duration"> 12</span><p>

<ul>
  <li tal:repeat="a here/annotationTypes/utterance/annotations/sorted">(<span tal:content="a/fragment/formatted/begin">debut</span> - <span tal:content="a/fragment/formatted/end">fin</span>) : <span style="font-weight: bold;" tal:content="structure a/view/v_enriched_link">utterance</span> (<em tal:content="a/id">id</em>) 
</li>
</ul>
<br>
</body>
</html>