Vue _annotation_list_view applicable sur {'class': u'*'}

<h2><a tal:attributes="href here/annotations/absolute_url">Annotations de <span tal:replace="here/title | here/id">element</span> (<em tal:content="python:len(here.annotations)">Number</em>)</a></h2>

<table width="100%" border="1">

<tr>
<th>Id</th>
<th>Début</th>
<th>Fin</th>
<th>Contenu</th>
</tr>

<tr tal:repeat="a here/annotations">

<td>
<a tal:attributes="href a/absolute_url; title a/type/title | a/type/id" tal:content="a/id">Id</a>
</td>

<td>
<a tal:attributes="href string:/media/play/${a/fragment/begin}; title string:Lancer le lecteur" tal:content="a/fragment/formatted/begin">Begin</a>
</td>

<td>
<a tal:attributes="href string:/media/play/${a/fragment/end}; title string:Lancer le lecteur" tal:content="a/fragment/formatted/end">End</a>
</td>

<td tal:content="a/content/data">Contenu</td>

</tr>

</table>