source: main/waeup.kofa/trunk/src/waeup/kofa/hostels/browser_templates/containerpage.pt @ 8273

Last change on this file since 8273 was 7811, checked in by uli, 13 years ago

Rename all non-locales stuff from sirp to kofa.

File size: 542 bytes
Line 
1<div i18n:domain="waeup.kofa"
2   i18n:translate="" tal:condition="python: not len(context.keys())">
3There no subobjects registered yet.
4</div>
5
6<table i18n:domain="waeup.kofa">
7  <thead>
8    <tr>
9      <th i18n:translate="">Id</th>
10      <th i18n:translate="">Name</th>
11    </tr>
12  </thead>
13  <tbody>
14    <tr tal:repeat="value context/values">
15      <td> <a tal:attributes="href value/__name__">
16          <span tal:content="value/hostel_id">ID</span></a></td>
17      <td tal:content="value/hostel_name">NAME</td>
18    </tr>
19  </tbody>
20</table>
Note: See TracBrowser for help on using the repository browser.