Vue _package-view applicable sur {'class': u'package'}

<h1>Contenu du recueil <em tal:content="here/title">Titre</em> créé par <address tal:content="here/author">Auteur</address></h1>

<h2><a tal:attributes="href here/annotations/absolute_url">Annotations (<em tal:content="python:len(here.annotations)">Number</em>)</a></h2>

<table border="1">
<tr>
<th>Type d'annotation</th>
<th>Type MIME</th>
<th>Nombre d'annotations</th>
</tr>

<tr tal:repeat="at here/annotationTypes">
   <td><a tal:attributes="href at/absolute_url"
                 tal:content="at/title | at/id">Annotation Type</a></td>
   <td tal:content="at/mimetype">Mime-Type</td>
   <td><span tal:replace="python:len(at.annotations)">Number</span>
           (<a tal:attributes="href string:${at/absolute_url}/view/_annotation_list_view">visualiser</a>)</td>
</tr>
</table>

<h2><a tal:attributes="href here/relations/absolute_url">Relations (<em tal:content="python:len(here.relations)">Number</em>)</a></h2>

<table border="1">
<tr>
<th>Type de relation</th>
<th>Type MIME</th>
<th>Nombre de relations</th>
</tr>

<tr tal:repeat="rt here/relationTypes">
   <td><a tal:attributes="href rt/absolute_url"
                 tal:content="rt/title | rt/id">Relation Type</a></td>
   <td tal:content="rt/mimetype">Mime-Type</td>
   <td><span tal:replace="python:len(rt.relations)">Number</span>
           (<a tal:attributes="href string:${rt/absolute_url}/view/relation_list_view">visualiser</a>)</td>
</tr>
</table>

<h2><a tal:attributes="href string:${here/absolute_url}/views/view/_views-view">Vues</a></h2>

<p>Des <a tal:attributes="href string: ${here/absolute_url}/view/print-default-views">vues par défaut</a> sont appliquées automatiquement aux éléments.</p>

<span tal:replace="structure here/views/view/_views-view">Views</span>

<h2><a tal:attributes="href string:${here/absolute_url}/schemas">Schémas</a></h2>
<ul>
  <li tal:repeat="s here/schemas">
   <a tal:attributes="href s/absolute_url" tal:content="structure s/view/_item-view">Schéma</a>
  </li>
</ul>