<table border=1>
   <tr><th>Tytu</th><th>Autor</th><th>Stron</th></tr>
   {section name=mysec loop=$users}
      {strip}
      <tr>
         <td>{$users[mysec].tytul}</td>
         <td>{$users[mysec].autor}</td>
         <td>{$users[mysec].stron}</td>
      </tr>
      {/strip}
   {/section}
</table>
