Help for this page

Select Code to Download


  1. or download this
    <table>
      <tr tal:repeat="thing user/things">
    ...
        <td tal:content="thing/count">10</td>
      </tr>
    </table>