<html> 
<body> 
{vl:delete-current-books()}

<t:switch prioritized="true">


  <table>
   <tr> 
    <th>Autor</th> 
    <th>Titel</th> 
    <template:read var="delete-current-books()"/>
   </tr> 
   
   <tr> 
    {book := object()}
    <td><A><template:read var="book.detailLink" source="@href"/></A></td> 
    <td><template:read var="book.author" source="."/></td> 
    <td><template:read var="book.title" source="."/></td> 
    <td><template:read var="book.year" source="."/></td> 
    <td><template:read var="book.duedate:dd/mm/yy" source="."/></td> 
    <td><!--ignore: Geb�hr--></td> 
    <td><!--ignore: Standort--></td> 
    <td><template:read var="book.id" source="text()"/>
        <template:read var="book.category" source="text()" regex="[a-zA-Z]*"/></td> 
    <!--<td><br></td> 
    <td><br></td> -->
    <!--<template:read var="book-end()"/>-->
    </tr>+
  </table> 
  

<p>Sie haben momentan keine Exemplare ausgeliehen.</p>
<td>Keine Daten vorhanden.</td>

</t:switch> 

</body>
</html> 

 
