Vue _views-view applicable sur {'type': '*', 'class': u'list'}

<table border="1">
  <tr>
  <th>Identificateur</th>
  <th colspan="2">Filtre</th>
  <th>Actions</th>
  </tr>

 <tr tal:repeat="v here">
    <td>
     <a tal:attributes="href v/absolute_url" tal:content="structure v/id">View Id</a>
    </td>
    <td tal:content="v/matchFilter/class">Class</td>
    <td tal:content='structure v/matchFilter/type | string::'>Type</td>
    <td>
<a title="Editer la vue" tal:attributes="href string:${v/absolute_url}/view/_edit-content">Editer</a>
<span tal:condition='python: v.match(v.rootPackage)'>
<span  tal:condition='python:not "ruleset" in v.content.mimetype'>
| <a title="Appliquer la vue sur ownerPackage" tal:attributes="href string:${v/rootPackage/absolute_url}/view/${v/id}">Appliquer</a> </span>
</span>
<span  tal:condition='python:"ruleset" in v.content.mimetype'>
| <a title="Activer la vue dynamique" tal:attributes="href string:/media/stbv?id=${v/id}">Activer</a> 
</span>
  </td>
  </tr>
 
</table>