View package-view valid for {'class': u'package'}

<h1>Contents of <em tal:content="here/title">Titre</em> created by <em tal:content="here/author">Auteur</em></h1>

<p><em>Note:</em> some parameters are tunable in the <a onClick="return false;" href="unconverted.html?url=/admin&reason=unhandled+url">administration panel</a>.</p>

<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>Annotation type</th>
<th>MIME Type</th>
<th>Annotation count</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">view</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>Relation type</th>
<th>MIME Type</th>
<th>Relation count</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">view</a>)</td>
</tr>
</table>

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

<span tal:replace="structure here/views/view/views-view">List of views</span>

<h2><a tal:attributes="href string:${here/absolute_url}/schemas">Defined schemas</a></h2>
<ul>
  <li tal:repeat="s here/schemas">
   <a tal:attributes="href s/absolute_url" tal:content="structure s/view/item-view">Schema</a>
  </li>
</ul>

<h2><a tal:attributes="href string:${here/absolute_url}/queries">Queries</a></h2>
<ul>
  <li tal:repeat="q here/queries" tal:content="structure q/view/query_view">
  </li>
</ul>

<span tal:condition="here/resources">
<h2><a tal:attributes="href here/resources/absolute_url">Resources</a></h2>
<ul>
  <li tal:repeat="r here/resources">
   <a tal:attributes="href r/absolute_url" tal:content="r/id">link</a>
  </li>
</ul>
</span>