<root>
<label path="/task information/name" dir-for="label" />
<label path="/task information/current state" dir-for="label" />
<slot spath="/additional information" />
<list>
<template path="/list/columns/*">
  <column dir-for="label">
    <attr-connect name="name" function="last-dir" />
    <attr-connect name="label" function="last-dir" />
  </column>
</template>

<template path="/list/items/*">
  <selection>
    <template path="selected">
        <event />
     </template>
      
     <template path="data/*">
       <data dir-for="label">
         <attr-connect name="column-name" function="last-dir" />
         <attr-connect name="label" function="last-dir" />
       </data>
    </template>
  </selection>
</template>
</list>

</root>